gnu: Remove python2-peewee.

* gnu/packages/databases.scm (python2-peewee): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 13:42:40 -04:00
parent 5ed4cfb924
commit 80963d9b0f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2877,9 +2877,6 @@ (define-public python-peewee
can autogenerate peewee models using @code{pwiz}, a model generator.")
(license license:expat)))
(define-public python2-peewee
(package-with-python2 python-peewee))
(define-public python-pypika-tortoise
(package
(name "python-pypika-tortoise")