mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue