mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
858469f17b
commit
d51b94abfa
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue