gnu: python-deprecated: Remove unused inputs.

* gnu/packages/python-xyz.scm (python-deprecated): Remove PYTHON-SPHINX and
PYTHON-TOX.
This commit is contained in:
Marius Bakke 2023-09-11 16:31:00 +08:00
parent 1ddb081d6b
commit 82ecaa1c56
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6176,8 +6176,7 @@ (define-public python-deprecated
(propagated-inputs
(list python-wrapt))
(native-inputs
(list python-bumpversion python-pytest python-pytest-cov
python-sphinx python-tox))
(list python-bumpversion python-pytest))
(home-page "https://github.com/tantale/deprecated")
(synopsis "Python decorator to deprecate classes, functions or methods")
(description "The @code{deprecated} decorator provides a convenient way to deprecate