diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-16 13:14:47 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-16 13:14:51 +0000 |
commit | d51b94abfab11ef4ee1d7a6fdd64257c213e0fba (patch) | |
tree | 1e55ae9e4c152de31e236671a23e677f0b21cc4c /gnu/packages/python-xyz.scm | |
parent | 858469f17b9deb238eef875bdf5b35d3d2ae3e8a (diff) | |
download | guix-d51b94abfab11ef4ee1d7a6fdd64257c213e0fba.tar.gz guix-d51b94abfab11ef4ee1d7a6fdd64257c213e0fba.zip |
gnu: python-calver: Fix bulid.
* gnu/packages/python-xyz.scm (python-calver) [native-inputs]: Add
python-wheel.
Change-Id: I9394fb092a335dadc69a0b06c0e16e65a83ae402
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 4 insertions, 1 deletions
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 |