guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

47/474: gnu: python-vine: Add missing inputs.


From: guix-commits
Subject: 47/474: gnu: python-vine: Add missing inputs.
Date: Sat, 30 Nov 2024 18:19:46 -0500 (EST)

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

commit 6c5e53fa9d90321b860bf0fbab89fa938f5a2562
Author: Ricardo Wurmus <rekado@elephly.net>
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 0b40bb3614..77f068f3e1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6324,7 +6324,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

[Prev in Thread] Current Thread [Next in Thread]