guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 729b200b045715dc265950e9d27ab365ac46da61
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 21 10:39:59 2025 +0100
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
---
gnu/packages/python-xyz.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bdc9880a31..8887d2e4ce 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7506,13 +7506,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")