~ruther/guix-local

2cda0f7a89543a4a7f06f0ee06a6e6f669d3b135 — Sharlatan Hellseher 7 months ago 7e8c640
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
1 files changed, 2 insertions(+), 6 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -6
@@ 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")