mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: python2-orator: Remove package.
* gnu/packages/databases.scm (python-orator)[properties]: Delete field. (python2-orator): Remove variable.
This commit is contained in:
parent
5d7d7e8505
commit
39be293c2c
1 changed files with 1 additions and 5 deletions
|
@ -2786,11 +2786,7 @@ (define-public python-orator
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue