diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-17 00:45:22 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-20 11:35:59 +0100 |
| commit | 8dfceb1de62fd19dac81262e7858f589a86c3ac8 (patch) | |
| tree | e126bd12f0feb69d663170a82924df0c52670b54 /gnu/packages/python-xyz.scm | |
| parent | 7ddb15de83fc0bb99c111175ebe5326418f018a6 (diff) | |
gnu: python-distutils-extra: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-distutils-extra)
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I3d9152808e8f3b3e43d670eceb4a2ae4aba531a6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7a56a0a24a..ab6e813fd3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11851,7 +11851,8 @@ used as the basis for third-party packaging tools.") (sha256 (base32 "0lx15kcbby9zisx33p2h5hgakgwh2bvh0ibag8z0px4j6ifhs41x")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://launchpad.net/python-distutils-extra/") (synopsis "Enhancements to Python's distutils") (description |
