summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-20 18:36:41 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-20 19:27:19 +0200
commit937b08b110e62de78a7d1d1072163cd2f4534677 (patch)
treef43970a22fe4e373880c59d887321f96b429be36 /gnu/packages/databases.scm
parentb7dfd579c126104ccaeda1ab04ad4cf3f8021754 (diff)
downloadguix-patches-937b08b110e62de78a7d1d1072163cd2f4534677.tar
guix-patches-937b08b110e62de78a7d1d1072163cd2f4534677.tar.gz
gnu: python-lmdb: Remove Python 2 variant.
* gnu/packages/databases.scm (python2-lmdb): Remove variable.
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r--gnu/packages/databases.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f54a931bf7..3b1b9ed366 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2421,9 +2421,6 @@ Memory-Mapped Database} (LMDB), a high-performance key-value store.")
;; but not actually needed on platforms currently supported by Guix.
license:bsd-3))))
-(define-public python2-lmdb
- (package-with-python2 python-lmdb))
-
(define-public python-orator
(package
(name "python-orator")