gnu: python-mysqlclient: Add missing inputs.

* gnu/packages/databases.scm (python-mysqlclient)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Id0343382f1ef80b0299641e2b588e1687beeab30
This commit is contained in:
Ricardo Wurmus 2024-04-04 20:34:35 +02:00 committed by Sharlatan Hellseher
parent 9280f9f9b5
commit a2114bd514
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4299,7 +4299,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")