nckx pushed a commit to branch master
in repository guix.
commit 937b08b110e62de78a7d1d1072163cd2f4534677
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed May 20 18:36:41 2020 +0200
gnu: python-lmdb: Remove Python 2 variant.
* gnu/packages/databases.scm (python2-lmdb): Remove variable.
---
gnu/packages/databases.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f54a931..3b1b9ed 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")