From 2cda0f7a89543a4a7f06f0ee06a6e6f669d3b135 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 21 Sep 2025 10:39:59 +0100 Subject: [PATCH] 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 2867bf2bc80601ea5662152fe88eae1d40f476cb..5b0f0dc4d1a9c8f3619a53a9fa60d2425c3c9453 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")