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 7e8c6401a1
commit 2cda0f7a89
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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