mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 06:45:55 +02:00
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:
committed by
Sharlatan Hellseher
parent
9280f9f9b5
commit
a2114bd514
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user