1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 23:20:37 +02:00

gnu: python-vine: Add missing inputs.

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

Change-Id: Idf7fbcb9d44681b4394ce3e2d3e403371169ff7a
This commit is contained in:
Ricardo Wurmus
2024-04-04 20:36:03 +02:00
committed by Sharlatan Hellseher
parent a2114bd514
commit 7eebe7bbfa

View File

@@ -6324,7 +6324,7 @@ provides Python-specific tags that represent an arbitrary Python object.")
(base32 "1q31krwxdvwawdn1kfqmpplix31d4jhs0qng26908hawsf0yjqlb"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest python-case))
(list python-pytest python-case python-setuptools python-wheel))
(home-page "https://github.com/celery/vine")
(synopsis "Promises for Python")
(description