summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-22 11:15:37 +0100
committerMarius Bakke <marius@gnu.org>2022-01-22 12:42:47 +0100
commitdb501204f3ad5785df7d5fe51f6d47b75c5fa854 (patch)
treee77d01b324e1c431008e214e542856908edbcc1c /gnu/packages/python-xyz.scm
parent9604bea0cab67f1b62243d5c814079f7cf91d385 (diff)
downloadguix-patches-db501204f3ad5785df7d5fe51f6d47b75c5fa854.tar
guix-patches-db501204f3ad5785df7d5fe51f6d47b75c5fa854.tar.gz
gnu: python-fs: Remove unused input.
* gnu/packages/python-xyz.scm (python-fs)[propagated-inputs]: Remove PYTHON-TYPING.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2a7da59647..1caa54886f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10939,7 +10939,7 @@ It has a flexible system of @samp{authorizers} able to manage both
(setenv "HOME" "/tmp")
(invoke "pytest" "-m" "not slow")))))))
(propagated-inputs
- (list python-appdirs python-pytz python-typing python-six))
+ (list python-appdirs python-pytz python-six))
(native-inputs
(list python-mock python-parameterized python-pyftpdlib python-pytest))
(home-page "https://github.com/PyFilesystem/pyfilesystem2/")