summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-04 00:58:21 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-04 08:47:57 +0100
commitf77b837299c5db88469d1deff77047dcbe466c22 (patch)
tree2b2bda803e6b041e906914abed45b0156a8e17a9 /gnu/packages/python-xyz.scm
parent2bd64e9a94d4d9a71fd06df40d9ccfed9910fd1b (diff)
gnu: python-bip39: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-bip39): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Ibcab592736525d53a4081cf673bed58f368dd2d7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 739641524e..35a2e42647 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4699,8 +4699,8 @@ for working with bidirectional mappings in Python.")
(uri (pypi-uri "bip39" version))
(sha256
(base32 "18m7d3gi7vj2zi0bl1z7m0nhcj6i8j9vj4vil276siagnpkv64ry"))))
- (build-system python-build-system)
- (native-inputs (list python-pytest))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools))
(home-page "https://github.com/de-centralized-systems/python-bip39/")
(synopsis "Self-contained and simple BIP39 implementation in Python")
(description