mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-parse-type: Adjust inputs.
* gnu/packages/python-xyz.scm (python-parse-type) [native-inputs]: Add python-pytest-html, python-setuptools, and python-wheel. Change-Id: I22853de1a6c8716ccb33fe7c180cd059c28fbb8d
This commit is contained in:
parent
50d3f1f782
commit
803a46bb90
1 changed files with 5 additions and 1 deletions
|
@ -5017,8 +5017,12 @@ matplotlib plots or supply colors for a web application.")
|
||||||
(base32
|
(base32
|
||||||
"07smqnzc9km7sbvxfyx4gdm9njrx58x8grdw6gs4gva81rk3rd10"))))
|
"07smqnzc9km7sbvxfyx4gdm9njrx58x8grdw6gs4gva81rk3rd10"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-pytest-html
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(propagated-inputs (list python-six python-parse))
|
(propagated-inputs (list python-six python-parse))
|
||||||
(native-inputs (list python-pytest))
|
|
||||||
(home-page "https://github.com/jenisys/parse_type")
|
(home-page "https://github.com/jenisys/parse_type")
|
||||||
(synopsis "Extended parse module")
|
(synopsis "Extended parse module")
|
||||||
(description "Parse_type extends the python parse module.")
|
(description "Parse_type extends the python parse module.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue