gnu: python-inflection: Fix test requirements.

* gnu/packages/python.scm (python-inflection,
  python2-inflection)[native-inputs]: Add python-pytest.
This commit is contained in:
Marius Bakke 2016-12-14 19:50:44 +01:00
parent 877fdac9e3
commit e912752567
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10314,6 +10314,8 @@ (define-public python-inflection
(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