diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-31 22:20:15 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-07 18:33:35 +0100 |
| commit | 99f7b8fcf903ac89f4959dc960cb91ccd25402e1 (patch) | |
| tree | 2902739bb53a383dbd80e9e5692b70397fbbc09f /gnu/packages/python-check.scm | |
| parent | d7d35b6b756f4fcf1b347184b6576ad1fe52e570 (diff) | |
gnu: python-test-utils: Switch to pyproject.
* gnu/packages/python-check.scm (python-test-utils):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Ifc02d90691e1d72cff5ba9034ee99718ebff2051
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 66320312f75..c182ca93e42 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -3867,7 +3867,9 @@ data in a standard way.") (uri (pypi-uri "test-utils" version)) (sha256 (base32 "0cs0gyihnkj8ya4yg3ld3ly73mpxrkn2gq9acamclhqvhxsv7zd6")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs + (list python-setuptools python-wheel)) (home-page "https://github.com/Kami/python-test-utils/") (synopsis "Utilities for functional and integration tests") (description |
