diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 10:39:59 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:42 +0100 |
| commit | 2cda0f7a89543a4a7f06f0ee06a6e6f669d3b135 (patch) | |
| tree | fc23e8edf0b3acc9dfe4989aa000f8f8a68ba9cc /gnu/packages/python-xyz.scm | |
| parent | 7e8c6401a12378b25cea492775bc3d5b48cd73f3 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2867bf2bc8..5b0f0dc4d1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |
