gnu: python2-orator: Remove package.
* gnu/packages/databases.scm (python-orator)[properties]: Delete field. (python2-orator): Remove variable.master
parent
5d7d7e8505
commit
39be293c2c
|
@ -2786,11 +2786,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
|
||||
|
|
Reference in New Issue