diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-15 13:07:39 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-17 11:20:19 +0100 |
| commit | cf5795c4cb79737e1135cea587cc40b294cbc336 (patch) | |
| tree | 860460f588e281a3ec9c64f312c2a2a93a37adf1 /gnu/packages/python-xyz.scm | |
| parent | 461eaba6662323ea5ced743733e5b10cba14abb0 (diff) | |
gnu: python-cligj: Switch to pypproject.
* gnu/packages/python-xyz.scm (python-cligj):
[build-system]: Switch to pypproject-build-system.
[native-inputs]: Remove python-pytest-cov; add python-pytest and
python-setuptools.
Change-Id: I9c1f1ab5f4689eb2443b6720bbe111e291bc3df6
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 54eeee1a7f6..0b6bb775935 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7927,11 +7927,12 @@ connecting ClickHouse to Python, Pandas, and Superset.") (sha256 (base32 "09vbkik6kyn6yrqzl2r74vaybjk8kjykvi975hy3fsrm4gb17g54")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest + python-setuptools)) (propagated-inputs (list python-click)) - (native-inputs - (list python-pytest-cov)) (home-page "https://github.com/mapbox/cligj") (synopsis "Click params for command line interfaces to GeoJSON") (description |
