summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2025-12-15 21:21:12 +0100
committerAndreas Enge <andreas@enge.fr>2025-12-17 11:20:21 +0100
commitfd5ccad45e0363aa91ad38653e99f13b934d1c87 (patch)
treeccc12cc8b1abe0a17dd028380910b60043817394 /gnu
parent4d617d8c11ca8a104c8bd75e14d12ecb77fa1d57 (diff)
gnu: python-intervaltree: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-intervaltree): Switch to pyproject-build-system. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Ie849ed1cfabacd9b2438b6e2bd883048d8032b5e Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bfff2cf46db..bf3f721138e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1371,7 +1371,7 @@ activity monitor) library for Python.")
(sha256
(base32
"0bcm6c6r4ck9nfj9xwz4rm2swc5lrjvmw3lyl6rgj639jf41nawh"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -1387,7 +1387,7 @@ activity monitor) library for Python.")
(propagated-inputs
(list python-sortedcontainers))
(native-inputs
- (list python-pytest))
+ (list python-setuptools python-pytest))
(home-page "https://github.com/chaimleib/intervaltree")
(synopsis "Editable interval tree data structure")
(description