diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-06-23 17:52:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-06-29 12:37:33 +0200 |
commit | 1f2ea75aed4d58d21214234317c5e420abd91309 (patch) | |
tree | b9a77c41927ec32e1cf3e76aac21dcc07b66119d /gnu/packages | |
parent | 87b872d5c510bd3cd39cc04fc44be5a4a49e158f (diff) | |
download | guix-1f2ea75aed4d58d21214234317c5e420abd91309.tar.gz guix-1f2ea75aed4d58d21214234317c5e420abd91309.zip |
gnu: python2-sqlparse: Remove package.
* gnu/packages/databases.scm (python2-sqlparse): Remove variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/databases.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index b651ceded7..65660fbc63 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3605,9 +3605,6 @@ is designed to have a low barrier to entry.") provides support for parsing, splitting and formatting SQL statements.") (license license:bsd-3))) -(define-public python2-sqlparse - (package-with-python2 python-sqlparse)) - (define-public python-sql (package (name "python-sql") |