gnu: python-deprecated: Remove unused inputs.
* gnu/packages/python-xyz.scm (python-deprecated): Remove PYTHON-SPHINX and PYTHON-TOX.
This commit is contained in:
parent
1ddb081d6b
commit
82ecaa1c56
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue