~ruther/guix-local

d51b94abfab11ef4ee1d7a6fdd64257c213e0fba — Sharlatan Hellseher 1 year, 5 months ago 858469f
gnu: python-calver: Fix bulid.

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

Change-Id: I9394fb092a335dadc69a0b06c0e16e65a83ae402
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -1
@@ 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