[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/30: gnu: python-mysqlclient: Add missing inputs.
From: |
guix-commits |
Subject: |
16/30: gnu: python-mysqlclient: Add missing inputs. |
Date: |
Sun, 30 Jun 2024 03:40:32 -0400 (EDT) |
lbraun pushed a commit to branch pyproject-build-system
in repository guix.
commit 7d6fc0b6448141af518c53e38e3fb8e23473f1c9
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 53cce49827..ee256ecaa3 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4235,7 +4235,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")
- 01/30: build-system/pyproject: Use python-sans-pip-wrapper as default-python., (continued)
- 01/30: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/06/30
- 05/30: guix: toml: Add TOML parser., guix-commits, 2024/06/30
- 06/30: build-system/pyproject: Use TOML parser., guix-commits, 2024/06/30
- 02/30: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/06/30
- 08/30: doc: Document new options for pyproject-build-system., guix-commits, 2024/06/30
- 03/30: gnu: criu: Remove temporary workaround., guix-commits, 2024/06/30
- 04/30: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/06/30
- 07/30: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/06/30
- 13/30: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/06/30
- 15/30: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/06/30
- 16/30: gnu: python-mysqlclient: Add missing inputs.,
guix-commits <=
- 17/30: gnu: python-vine: Add missing inputs., guix-commits, 2024/06/30
- 22/30: gnu: python-partd: Add missing input., guix-commits, 2024/06/30
- 23/30: gnu: python-dbus-python: Add missing input., guix-commits, 2024/06/30
- 25/30: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/06/30
- 26/30: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 29/30: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 09/30: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/06/30
- 11/30: gnu: Add missing import (again)., guix-commits, 2024/06/30
- 12/30: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/06/30
- 14/30: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/06/30