mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 15:25:54 +02: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:
@@ -20734,12 +20734,8 @@ while only declaring the test-specific fields.")
|
||||
(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.
|
||||
|
||||
Reference in New Issue
Block a user