gnu: python-inflection: Fix test requirements.
* gnu/packages/python.scm (python-inflection, python2-inflection)[native-inputs]: Add python-pytest.
This commit is contained in:
parent
877fdac9e3
commit
e912752567
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue