summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-12 23:49:09 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-13 11:57:31 +0100
commitd0beb053e48e74841d6ba8d9dbbc8f8eb284e4af (patch)
tree64fccf4662da5e393abe2476b9061513d876d5d5 /gnu/packages/python-xyz.scm
parentd8992ece07877b78e652e8d0f8d32c44ef6b7ac5 (diff)
gnu: python-unicodedata2: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-unicodedata2)[build-system]: Switch to pyproejct-build-system. [native-inputs]: Add python-pytest and python-setuptools. Change-Id: I50e370b7980389a1b7408a84d41b664fda8d1f55
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6cb8c0c58e3..2c7840619b3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20745,7 +20745,10 @@ expression.")
(uri (pypi-uri "unicodedata2" version))
(sha256
(base32 "1z3llixb4cd6cc6nmyps5vv2sss14n3x6dzcc65xg75mj9jqsj05"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools))
(home-page "https://github.com/fonttools/unicodedata2")
(synopsis "Python unicodedata backport")
(description "This package corresponds to the latest @code{unicodedata}