diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 20:36:03 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:20:55 +0200 |
commit | 7195c25e55e7b284b6dfa1598e77621dae879d79 (patch) | |
tree | d941b9919d1d3295fa903919a498e30b5b686bd6 | |
parent | 7d6fc0b6448141af518c53e38e3fb8e23473f1c9 (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
-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 0dfe306bac..acb15ca7ac 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6117,7 +6117,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 |