mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ddlparse: Reduce closure size.
* gnu/packages/python-xyz.scm (python-ddlparse)[native-inputs]: Remove python-codecov, python-coveralls, python-tox, and python-wheel. Change-Id: I387f2a0c384794afd87aeadef40a1c4ddd98ee63
This commit is contained in:
parent
edab032c39
commit
729b200b04
1 changed files with 2 additions and 6 deletions
|
@ -7506,13 +7506,9 @@ diff, and patch JSON and JSON-like structures in Python.")
|
||||||
(base32 "1nh8m6rxslwk05daxshxmgk41qfp18yynydba49b13l4m8dnh634"))))
|
(base32 "1nh8m6rxslwk05daxshxmgk41qfp18yynydba49b13l4m8dnh634"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-codecov
|
(list python-pytest
|
||||||
python-coveralls
|
|
||||||
python-pytest
|
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-setuptools
|
python-setuptools))
|
||||||
python-tox
|
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs (list python-pyparsing))
|
(propagated-inputs (list python-pyparsing))
|
||||||
(home-page "https://github.com/shinichi-takii/ddlparse")
|
(home-page "https://github.com/shinichi-takii/ddlparse")
|
||||||
(synopsis "Parses and converts DDL to BigQuery JSON schema")
|
(synopsis "Parses and converts DDL to BigQuery JSON schema")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue