diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-22 11:15:37 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-22 12:42:47 +0100 |
commit | db501204f3ad5785df7d5fe51f6d47b75c5fa854 (patch) | |
tree | e77d01b324e1c431008e214e542856908edbcc1c /gnu/packages | |
parent | 9604bea0cab67f1b62243d5c814079f7cf91d385 (diff) | |
download | guix-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')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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/") |