[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/361: gnu: python-pycurl: Add missing inputs.
From: |
guix-commits |
Subject: |
41/361: gnu: python-pycurl: Add missing inputs. |
Date: |
Fri, 22 Nov 2024 06:00:08 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit bc01b2bd9755c175a2fc57331a8d9f0bc68c6dc5
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 3266d18c92..a7858f083e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2081,7 +2081,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/")
- 06/361: build-system/python: Ignore symlinks when changing mtime., (continued)
- 06/361: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/22
- 16/361: gnu: Add missing import (again)., guix-commits, 2024/11/22
- 18/361: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/22
- 27/361: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/22
- 26/361: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/22
- 25/361: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/22
- 29/361: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/22
- 32/361: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/22
- 36/361: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/22
- 38/361: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/22
- 41/361: gnu: python-pycurl: Add missing inputs.,
guix-commits <=
- 45/361: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/11/22
- 40/361: gnu: java-testng: Disable one test., guix-commits, 2024/11/22
- 39/361: gnu: java-testng: Drop input labels., guix-commits, 2024/11/22
- 42/361: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/22
- 51/361: gnu: python-partd: Add missing input., guix-commits, 2024/11/22
- 55/361: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/11/22
- 56/361: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/22
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/22
- 58/361: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/22
- 59/361: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/22