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:
Sharlatan Hellseher 2025-09-21 10:39:59 +01:00
parent edab032c39
commit 729b200b04
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")