gnu: python-calver: Fix bulid.

* gnu/packages/python-xyz.scm (python-calver) [native-inputs]: Add
python-wheel.

Change-Id: I9394fb092a335dadc69a0b06c0e16e65a83ae402
This commit is contained in:
Sharlatan Hellseher 2024-12-16 13:14:47 +00:00
parent 858469f17b
commit d51b94abfa
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3797,7 +3797,10 @@ class.")
(base32 "14l9kv9igcmp5k6d2ahnx6z4dn6zy5kykz95hkh0rkqswn8x79b1")))) (base32 "14l9kv9igcmp5k6d2ahnx6z4dn6zy5kykz95hkh0rkqswn8x79b1"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (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") (home-page "https://github.com/di/calver")
(synopsis "Setuptools extension for CalVer package versions") (synopsis "Setuptools extension for CalVer package versions")
(description (description