mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-orderedmultidict: Fix tests.
* gnu/packages/python-xyz.scm (python-orderedmultidict)[native-inputs]: Remove python-wheel, python-flake8 and python-pycodestyle; add python-pytest. Change-Id: I8ff24ecc0bf02e0af87ea973d1b5affa8278c79b Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
072cff0223
commit
2f7b9dc2e2
1 changed files with 2 additions and 1 deletions
|
@ -12157,7 +12157,8 @@ where key might be occurred more than once in the container.")
|
|||
(propagated-inputs
|
||||
(list python-six))
|
||||
(native-inputs
|
||||
(list python-flake8 python-pycodestyle python-setuptools python-wheel))
|
||||
(list python-pytest
|
||||
python-setuptools))
|
||||
(home-page "https://github.com/gruns/orderedmultidict")
|
||||
(synopsis "Python Ordered Multivalue Dictionary - omdict")
|
||||
(description "This package contains a library for ordered multivalue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue