mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01: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:
parent
a2114bd514
commit
7eebe7bbfa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue