mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: python-fs: Remove unused input.
* gnu/packages/python-xyz.scm (python-fs)[propagated-inputs]: Remove PYTHON-TYPING.
This commit is contained in:
parent
9604bea0ca
commit
db501204f3
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue