aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2023-09-11 16:31:00 +0800
committerMarius Bakke <marius@gnu.org>2023-09-22 01:29:17 +0800
commit82ecaa1c569e9776db96874baaa98f09b51adff5 (patch)
tree14812688b800d86eb2c46bb0f6df5cdec963e61a /gnu/packages/python-xyz.scm
parent1ddb081d6b266d555f9126db7b9e1a9a2e2c136e (diff)
downloadguix-82ecaa1c569e9776db96874baaa98f09b51adff5.tar
guix-82ecaa1c569e9776db96874baaa98f09b51adff5.tar.gz
gnu: python-deprecated: Remove unused inputs.
* gnu/packages/python-xyz.scm (python-deprecated): Remove PYTHON-SPHINX and PYTHON-TOX.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 1 insertions, 2 deletions
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