gnu: Remove python2-mysqlclient.
Later versions do not work with Python 2. * gnu/packages/databases.scm (python2-mysqlclient): Remove variable.master
parent
94e7335e90
commit
1e609d632d
|
@ -3024,9 +3024,6 @@ for Python. The design goals are:
|
|||
@end enumerate")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public python2-mysqlclient
|
||||
(package-with-python2 python-mysqlclient))
|
||||
|
||||
(define-public python-hiredis
|
||||
(package
|
||||
(name "python-hiredis")
|
||||
|
|
Reference in New Issue