diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 18:36:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-20 19:27:19 +0200 |
commit | 937b08b110e62de78a7d1d1072163cd2f4534677 (patch) | |
tree | f43970a22fe4e373880c59d887321f96b429be36 | |
parent | b7dfd579c126104ccaeda1ab04ad4cf3f8021754 (diff) |
gnu: python-lmdb: Remove Python 2 variant.
* gnu/packages/databases.scm (python2-lmdb): Remove variable.
-rw-r--r-- | gnu/packages/databases.scm | 3 |
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") |