~ruther/guix-local

82ecaa1c569e9776db96874baaa98f09b51adff5 — Marius Bakke 2 years ago 1ddb081
gnu: python-deprecated: Remove unused inputs.

* gnu/packages/python-xyz.scm (python-deprecated): Remove PYTHON-SPHINX and
PYTHON-TOX.
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -2
@@ 6176,8 6176,7 @@ software version simply.")
    (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