mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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:
parent
9280f9f9b5
commit
a2114bd514
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue