gnu: Remove python2-pymysql.
* gnu/packages/databases.scm (python2-pymysql): Delete variable.
parent
e9121c2dda
commit
bef8185d08
|
@ -1526,9 +1526,6 @@ CSV, DB3, iXF, SQLite, MS-SQL or MySQL to PostgreSQL.")
|
||||||
Most public APIs are compatible with @command{mysqlclient} and MySQLdb.")
|
Most public APIs are compatible with @command{mysqlclient} and MySQLdb.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-pymysql
|
|
||||||
(package-with-python2 python-pymysql))
|
|
||||||
|
|
||||||
(define-public qdbm
|
(define-public qdbm
|
||||||
(package
|
(package
|
||||||
(name "qdbm")
|
(name "qdbm")
|
||||||
|
|
Reference in New Issue