From d0beb053e48e74841d6ba8d9dbbc8f8eb284e4af Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 12 Oct 2025 23:49:09 +0100 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6cb8c0c58e3c0cf08188ac07f26ad7b3fea4b422..2c7840619b3f0f9b4df437135ca9efc17d39f201 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}