rekado pushed a commit to branch python-team
in repository guix.

commit 484ad0ee5f3e3a77454aa816585e527b70b41a09
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Apr 4 20:36:03 2024 +0200

    gnu: python-vine: Add missing inputs.
    
    * gnu/packages/python-xyz.scm (python-vine)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: Idf7fbcb9d44681b4394ce3e2d3e403371169ff7a
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 165b0f1a53..894e19711e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6031,7 +6031,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

Reply via email to