[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/223: gnu: python-pycurl: Add missing inputs.
From: |
guix-commits |
Subject: |
41/223: gnu: python-pycurl: Add missing inputs. |
Date: |
Thu, 17 Oct 2024 06:20:37 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit cbdbb9fecce96420e7617c0ca64abf924ee362c4
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/")
- 20/223: gnu: meson-python: Do not delete LICENSES directory., (continued)
- 20/223: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/10/17
- 22/223: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/10/17
- 14/223: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/10/17
- 29/223: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/10/17
- 31/223: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/10/17
- 37/223: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/10/17
- 43/223: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/10/17
- 40/223: gnu: java-testng: Disable one test., guix-commits, 2024/10/17
- 42/223: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/10/17
- 39/223: gnu: java-testng: Drop input labels., guix-commits, 2024/10/17
- 41/223: gnu: python-pycurl: Add missing inputs.,
guix-commits <=
- 44/223: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/10/17
- 50/223: gnu: python-billiard: Add missing inputs., guix-commits, 2024/10/17
- 53/223: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/10/17
- 60/223: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/10/17
- 58/223: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/10/17
- 68/223: gnu: Add python-rfc3986-validator., guix-commits, 2024/10/17
- 69/223: gnu: Add python-isoduration., guix-commits, 2024/10/17
- 72/223: gnu: Add python-overrides., guix-commits, 2024/10/17
- 18/223: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/10/17
- 02/223: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/10/17