diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8e94b52429..0ee533d007 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10314,6 +10314,8 @@ datetime type.") (base32 "1jhnxgnw8y3mbzjssixh6qkc7a3afc4fygajhqrqalnilyvpzshq")))) (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest))) (home-page "http://github.com/jpvanhal/inflection") (synopsis "Python string transformation library") (description