mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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 @@ (define-public python-mysqlclient
|
|||
(base32
|
||||
"0kv4a1icwdav8jpl7qvnr931lw5h3v22ids6lwq6qpi1hjzf33pz"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("nose" ,python-nose)
|
||||
("mock" ,python-mock)
|
||||
("py.test" ,python-pytest)))
|
||||
(arguments '(#:tests? #f)) ;XXX: requires a live database
|
||||
(inputs
|
||||
`(("mysql" ,mariadb "lib")
|
||||
("mysql-dev" ,mariadb "dev")
|
||||
("libz" ,zlib)
|
||||
("openssl" ,openssl)))
|
||||
("mysql-dev" ,mariadb "dev")))
|
||||
(home-page "https://github.com/PyMySQL/mysqlclient-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
|
||||
|
|
Loading…
Reference in a new issue