sharlatan pushed a commit to branch master
in repository guix.
commit d51b94abfab11ef4ee1d7a6fdd64257c213e0fba
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 16 13:14:47 2024 +0000
gnu: python-calver: Fix bulid.
* gnu/packages/python-xyz.scm (python-calver) [native-inputs]: Add
python-wheel.
Change-Id: I9394fb092a335dadc69a0b06c0e16e65a83ae402
---
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 b937ff9ead..29dbb887f2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3797,7 +3797,10 @@ class.")
(base32 "14l9kv9igcmp5k6d2ahnx6z4dn6zy5kykz95hkh0rkqswn8x79b1"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pretend python-pytest python-setuptools))
+ (list python-pretend
+ python-pytest
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/di/calver")
(synopsis "Setuptools extension for CalVer package versions")
(description