mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: python-packaging: Remove labels.
* gnu/packages/python-xyz.scm (python-packaging) [native-inputs]: Remove labels. [propagated-inputs]: Likewise.
This commit is contained in:
parent
118f7d0b8b
commit
f91ce478f4
1 changed files with 2 additions and 6 deletions
|
@ -20734,12 +20734,8 @@ (define-public python-packaging
|
|||
(if tests?
|
||||
(invoke "pytest" "-vv")
|
||||
(format #t "test suite not run~%")))))))
|
||||
(native-inputs
|
||||
`(("python-pretend" ,python-pretend)
|
||||
("python-pytest" ,python-pytest)))
|
||||
(propagated-inputs
|
||||
`(("python-pyparsing" ,python-pyparsing)
|
||||
("python-six" ,python-six)))
|
||||
(native-inputs (list python-pretend python-pytest))
|
||||
(propagated-inputs (list python-pyparsing python-six))
|
||||
(home-page "https://github.com/pypa/packaging")
|
||||
(synopsis "Core utilities for Python packages")
|
||||
(description "Packaging is a Python module for dealing with Python packages.
|
||||
|
|
Loading…
Reference in a new issue