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:
Hugo Buddelmeijer 2025-09-21 09:04:40 +02:00 committed by Sharlatan Hellseher
parent 072cff0223
commit 2f7b9dc2e2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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