gnu: python2-orator: Remove package.
* gnu/packages/database.scm (python2-orator): Remove variable. (python-orator)[properties]: Remove field. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
515360fdc7
commit
5ce19343ca
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Reference in a new issue