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
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6324,7 +6324,7 @@ (define-public python-vine
(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