me
/
guix
Archived
1
0
Fork 0

gnu: python2-orator: Remove package.

* gnu/packages/databases.scm (python-orator)[properties]: Delete field.
(python2-orator): Remove variable.
master
Maxim Cournoyer 2021-01-14 14:11:30 -05:00
parent 5d7d7e8505
commit 39be293c2c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 5 deletions

View File

@ -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