gnu: python-lmdb: Remove Python 2 variant.

* gnu/packages/databases.scm (python2-lmdb): Remove variable.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-20 18:36:41 +02:00
parent b7dfd579c1
commit 937b08b110
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2421,9 +2421,6 @@ (define-public python-lmdb
;; 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")