mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-apipkg: Remove unzip dependency.
Unzip was never used for this package. * gnu/packages/python.scm (python-apipkg): Remove unzip dependency.
This commit is contained in:
parent
0c3b90d478
commit
2de98febb3
1 changed files with 0 additions and 2 deletions
|
@ -6910,8 +6910,6 @@ (define-public python-apipkg
|
|||
(base32
|
||||
"1iks5701qnp3dlr3q1d9qm68y2plp2m029irhpz92a44psfkjf1f"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)))
|
||||
(propagated-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(synopsis "Namespace control and lazy-import mechanism")
|
||||
|
|
Loading…
Reference in a new issue