guix-patches
[Top][All Lists]
Advanced

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

[bug#48922] [PATCH 08/10] gnu: python2-orator: Remove package.


From: zimoun
Subject: [bug#48922] [PATCH 08/10] gnu: python2-orator: Remove package.
Date: Tue, 8 Jun 2021 16:37:49 +0200

* gnu/packages/database.scm (python2-orator): Delete.
(python-orator)[properties]: Remove.
---
 gnu/packages/databases.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index cd760ee5ef..23e25f5a66 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2793,11 +2793,7 @@ Memory-Mapped Database} (LMDB), a high-performance 
key-value store.")
     (description
      "Orator provides a simple ActiveRecord-like Object Relational Mapping
 implementation for Python.")
-    (license license:expat)
-    (properties `((python2-variant . ,(delay python2-orator))))))
-
-(define-public python2-orator
-  (package-with-python2 (strip-python2-variant python-orator)))
+    (license license:expat)))
 
 (define-public virtuoso-ose
   (package
-- 
2.30.1






reply via email to

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