summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2025-12-15 19:28:36 +0100
committerAndreas Enge <andreas@enge.fr>2025-12-17 11:20:20 +0100
commit7e42aacfc846f81cb8db575de11f28bff6246eb1 (patch)
tree45b7f9592f08d625212c4ace2ebed1c652cddd9a /gnu
parent100454dbe8b301c4e713c0ed6b860eff3b0af7fa (diff)
gnu: python-simple-rlp: Switch to pyproject-build-sytem.
* gnu/packages/python-xyz.scm (python-simple-rlp): Switch to pyproject-build-sytem. [build-system]: Switch to pyproject-build-sytem. [native-inputs]: Add python-setuptools and python-pytest. Change-Id: Ic4e9b717e6be6885b123834391a53b94c19e1132 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0b6bb775935..bfff2cf46db 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6914,7 +6914,11 @@ Python 3.3+.")
(sha256
(base32
"1nv92sphpkyrncak4qgj50qmgkmj4ycl2szbnv9c7ihgl5df4div"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list
+ python-pytest
+ python-setuptools))
(home-page "https://github.com/SamuelHaidu/simple-rlp")
(synopsis
"Python implementation of RLP (Recursive Length Prefix) encoding")