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>
This commit is contained in:
Hugo Buddelmeijer 2025-12-15 19:28:36 +01:00 committed by Andreas Enge
parent 100454dbe8
commit 7e42aacfc8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")