guix-commits
[Top][All Lists]
Advanced

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

41/222: gnu: python-pycurl: Add missing inputs.


From: guix-commits
Subject: 41/222: gnu: python-pycurl: Add missing inputs.
Date: Fri, 1 Nov 2024 10:56:19 -0400 (EDT)

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

commit 5ff920416584a0474142355baf9d412a9b917a34
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 19:06:04 2024 +0200

    gnu: python-pycurl: Add missing inputs.
    
    * gnu/packages/python-web.scm (python-pycurl)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: If290b96a993efc1ec984ef3f967f122a8ae383d0
---
 gnu/packages/python-web.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6297d89846..5db6946268 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2080,7 +2080,9 @@ Amazon S3 compatible object storage server.")
            python-flaky
            python-nose
            python-pytest
-           python-pytest-xdist))
+           python-pytest-xdist
+           python-setuptools
+           python-wheel))
     (inputs
      (list curl gnutls))
     (home-page "http://pycurl.io/";)



reply via email to

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