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

commit 5edf1bca3b2a3b0683b249f126737bf014d9420a
Author: Ricardo Wurmus <[email protected]>
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 2820feacd0..b519bc4fb5 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4216,7 +4216,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")

Reply via email to