me
/
guix
Archived
1
0
Fork 0

gnu: python-fs: Remove unused input.

* gnu/packages/python-xyz.scm (python-fs)[propagated-inputs]: Remove
PYTHON-TYPING.
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
1 changed files with 1 additions and 1 deletions

View File

@ -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/")