~ruther/guix-local

453818035642296b97dee4dc8bbcf31168017323 — Hugo Buddelmeijer 6 months ago db277e1
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 12133,7 12133,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