gnu: python-mysqlclient: Remove unused inputs.
* gnu/packages/databases.scm (python-mysqlclient)[native-inputs]: Remove. [inputs]: Remove ZLIB and OPENSSL. [arguments]: Explicitly set #:tests? as it was a no-op before.
This commit is contained in:
parent
1e609d632d
commit
eec6a694a7
1 changed files with 2 additions and 7 deletions
|
@ -3004,15 +3004,10 @@ database).")
|
||||||
(base32
|
(base32
|
||||||
"0kv4a1icwdav8jpl7qvnr931lw5h3v22ids6lwq6qpi1hjzf33pz"))))
|
"0kv4a1icwdav8jpl7qvnr931lw5h3v22ids6lwq6qpi1hjzf33pz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(arguments '(#:tests? #f)) ;XXX: requires a live database
|
||||||
`(("nose" ,python-nose)
|
|
||||||
("mock" ,python-mock)
|
|
||||||
("py.test" ,python-pytest)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("mysql" ,mariadb "lib")
|
`(("mysql" ,mariadb "lib")
|
||||||
("mysql-dev" ,mariadb "dev")
|
("mysql-dev" ,mariadb "dev")))
|
||||||
("libz" ,zlib)
|
|
||||||
("openssl" ,openssl)))
|
|
||||||
(home-page "https://github.com/PyMySQL/mysqlclient-python")
|
(home-page "https://github.com/PyMySQL/mysqlclient-python")
|
||||||
(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")
|
||||||
(description "MySQLdb is an interface to the popular MySQL database server
|
(description "MySQLdb is an interface to the popular MySQL database server
|
||||||
|
|
Reference in a new issue