[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/361: gnu: python-mysqlclient: Add missing inputs.
From: |
guix-commits |
Subject: |
46/361: gnu: python-mysqlclient: Add missing inputs. |
Date: |
Fri, 22 Nov 2024 06:00:09 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit b06892fa82640f57d1c738ad5ea154d33381d049
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 20:34:35 2024 +0200
gnu: python-mysqlclient: Add missing inputs.
* gnu/packages/databases.scm (python-mysqlclient)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Id0343382f1ef80b0299641e2b588e1687beeab30
---
gnu/packages/databases.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 1de36e7d53..a6accafefc 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4296,7 +4296,8 @@ files or Python scripts that define a list of migration
steps.")
(list #:test-flags
#~'("tests/test__mysql.py" ;tests not needing a live db
"tests/test_MySQLdb_times.py")))
- (native-inputs (list pkg-config python-pytest))
+ (native-inputs
+ (list pkg-config python-pytest python-setuptools python-wheel))
(inputs (list mariadb-connector-c))
(home-page "https://github.com/PyMySQL/mysqlclient")
(synopsis "MySQLdb is an interface to the popular MySQL database server
for Python")
- branch python-team created (now 3caebd91fa), guix-commits, 2024/11/22
- 01/361: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/22
- 02/361: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/22
- 04/361: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/22
- 07/361: gnu: criu: Remove temporary workaround., guix-commits, 2024/11/22
- 05/361: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/22
- 10/361: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/22
- 12/361: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/22
- 15/361: gnu: Add missing import., guix-commits, 2024/11/22
- 46/361: gnu: python-mysqlclient: Add missing inputs.,
guix-commits <=
- 44/361: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/22
- 62/361: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/22
- 68/361: gnu: Add python-isoduration., guix-commits, 2024/11/22
- 09/361: guix: toml: Add TOML parser., guix-commits, 2024/11/22
- 11/361: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/22
- 13/361: doc: Document new options for pyproject-build-system., guix-commits, 2024/11/22
- 14/361: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/22
- 19/361: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/22
- 23/361: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/22
- 50/361: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/22