gnu: Remove python2-mysqlclient.

Later versions do not work with Python 2.

* gnu/packages/databases.scm (python2-mysqlclient): Remove variable.
This commit is contained in:
Marius Bakke 2020-09-12 11:38:43 +02:00
parent 94e7335e90
commit 1e609d632d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3024,9 +3024,6 @@ (define-public python-mysqlclient
@end enumerate")
(license license:gpl2)))
(define-public python2-mysqlclient
(package-with-python2 python-mysqlclient))
(define-public python-hiredis
(package
(name "python-hiredis")