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
7e8c6401a1
commit
2cda0f7a89
1 changed files with 2 additions and 6 deletions
|
@ -7482,13 +7482,9 @@ diff, and patch JSON and JSON-like structures in Python.")
|
|||
(base32 "1nh8m6rxslwk05daxshxmgk41qfp18yynydba49b13l4m8dnh634"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-codecov
|
||||
python-coveralls
|
||||
python-pytest
|
||||
(list python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-tox
|
||||
python-wheel))
|
||||
python-setuptools))
|
||||
(propagated-inputs (list python-pyparsing))
|
||||
(home-page "https://github.com/shinichi-takii/ddlparse")
|
||||
(synopsis "Parses and converts DDL to BigQuery JSON schema")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue