guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: python-lmdb: Remove Python 2 variant.


From: guix-commits
Subject: 05/10: gnu: python-lmdb: Remove Python 2 variant.
Date: Wed, 20 May 2020 13:53:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 937b08b110e62de78a7d1d1072163cd2f4534677
Author: Tobias Geerinckx-Rice <address@hidden>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]