mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: python2-sql: Remove package.
* gnu/packages/databases.scm (python2-sql): Delete variable.
This commit is contained in:
parent
9130a382b9
commit
ae63b2d0ff
1 changed files with 0 additions and 3 deletions
|
@ -3784,9 +3784,6 @@ (define-public python-sql
|
|||
transforms idiomatic python function calls to well-formed SQL queries.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-sql
|
||||
(package-with-python2 python-sql))
|
||||
|
||||
(define-public python-pypika
|
||||
(package
|
||||
(name "python-pypika")
|
||||
|
|
Loading…
Reference in a new issue