gnu: python-argh: Remove python-tox.

* gnu/packages/python-xyz.scm (python-argh)[propagated-inputs]: Remove python-tox.
This commit is contained in:
Ricardo Wurmus 2021-06-21 12:25:21 +02:00
parent 42d8257e03
commit 38d829cf24
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22805,8 +22805,7 @@ (define-public python-argh
("python-mock" ,python-mock)
("python-pytest" ,python-pytest)
("python-pytest-cov" ,python-pytest-cov)
("python-pytest-xdist" ,python-pytest-xdist)
("python-tox" ,python-tox)))
("python-pytest-xdist" ,python-pytest-xdist)))
(home-page "https://github.com/neithere/argh/")
(synopsis "Argparse wrapper with natural syntax")
(description