gnu: python-fs: Remove unused input.

* gnu/packages/python-xyz.scm (python-fs)[propagated-inputs]: Remove
PYTHON-TYPING.
This commit is contained in:
Marius Bakke 2022-01-22 11:15:37 +01:00
parent 9604bea0ca
commit db501204f3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10939,7 +10939,7 @@ (define-public python-fs
(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/")