gnu: python-fs: Remove unused input.
* gnu/packages/python-xyz.scm (python-fs)[propagated-inputs]: Remove PYTHON-TYPING.
parent
9604bea0ca
commit
db501204f3
|
@ -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/")
|
||||
|
|
Reference in New Issue