diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 20:36:03 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 21:14:41 +0100 |
commit | 76feb74eaf30946e09f51eefa8f2cc2590d490ca (patch) | |
tree | 00359bb6b4b8c093ef82f70f8256f6bba0ed1aac /gnu/packages/python-xyz.scm | |
parent | 9dee183011ed6dc3d013d12b79aae7b18581ded5 (diff) |
gnu: python-vine: Add missing inputs.
* gnu/packages/python-xyz.scm (python-vine)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Idf7fbcb9d44681b4394ce3e2d3e403371169ff7a
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2314116251..2ec60c01ee 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6249,7 +6249,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 |