mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(list #:test-flags
|
||||||
#~'("tests/test__mysql.py" ;tests not needing a live db
|
#~'("tests/test__mysql.py" ;tests not needing a live db
|
||||||
"tests/test_MySQLdb_times.py")))
|
"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))
|
(inputs (list mariadb-connector-c))
|
||||||
(home-page "https://github.com/PyMySQL/mysqlclient")
|
(home-page "https://github.com/PyMySQL/mysqlclient")
|
||||||
(synopsis "MySQLdb is an interface to the popular MySQL database server for Python")
|
(synopsis "MySQLdb is an interface to the popular MySQL database server for Python")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue