mbakke pushed a commit to branch master
in repository guix.
commit db501204f3ad5785df7d5fe51f6d47b75c5fa854
Author: Marius Bakke <[email protected]>
AuthorDate: Sat Jan 22 11:15:37 2022 +0100
gnu: python-fs: Remove unused input.
* gnu/packages/python-xyz.scm (python-fs)[propagated-inputs]: Remove
PYTHON-TYPING.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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/")