From 82ecaa1c569e9776db96874baaa98f09b51adff5 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 11 Sep 2023 16:31:00 +0800 Subject: gnu: python-deprecated: Remove unused inputs. * gnu/packages/python-xyz.scm (python-deprecated): Remove PYTHON-SPHINX and PYTHON-TOX. --- gnu/packages/python-xyz.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b3a09db715..51196e71c7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 -- cgit v1.2.3