gnu: python-packaging: Remove labels.

* gnu/packages/python-xyz.scm (python-packaging)
[native-inputs]: Remove labels.
[propagated-inputs]: Likewise.
This commit is contained in:
Maxim Cournoyer 2023-04-16 21:56:20 -04:00
parent 118f7d0b8b
commit f91ce478f4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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.