me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2020-09-12 11:32:55 +02:00
parent 1e609d632d
commit eec6a694a7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 7 deletions

View File

@ -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