gnu: python-lmdb: Remove Python 2 variant.
* gnu/packages/databases.scm (python2-lmdb): Remove variable.
This commit is contained in:
parent
b7dfd579c1
commit
937b08b110
1 changed files with 0 additions and 3 deletions
|
@ -2421,9 +2421,6 @@ (define-public python-lmdb
|
||||||
;; but not actually needed on platforms currently supported by Guix.
|
;; but not actually needed on platforms currently supported by Guix.
|
||||||
license:bsd-3))))
|
license:bsd-3))))
|
||||||
|
|
||||||
(define-public python2-lmdb
|
|
||||||
(package-with-python2 python-lmdb))
|
|
||||||
|
|
||||||
(define-public python-orator
|
(define-public python-orator
|
||||||
(package
|
(package
|
||||||
(name "python-orator")
|
(name "python-orator")
|
||||||
|
|
Loading…
Reference in a new issue