gnu: Remove python2-amqp.

* gnu/packages/python-xyz.scm (python2-amqp): Remove variable.
(python-amqp)[properties]: Remove.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Vinicius Monego 2021-12-19 00:29:16 +00:00 committed by Nicolas Goaziou
parent d2a65a34d5
commit b8175e3aa2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13952,18 +13952,7 @@ (define-public python-amqp
"This is a fork of amqplib which was originally written by Barry Pederson.
It is maintained by the Celery project, and used by kombu as a pure python
alternative when librabbitmq is not available.")
(license license:lgpl2.1+)
(properties `((python2-variant . ,(delay python2-amqp))))))
(define-public python2-amqp
(let ((amqp (package-with-python2
(strip-python2-variant python-amqp))))
(package/inherit amqp
(arguments `(;; Tries to run coverage tests with nose-cover3, which seems
;; unmaintained. Weirdly, does not do this on the python 3
;; version?
#:tests? #f
,@(package-arguments amqp))))))
(license license:lgpl2.1+)))
(define-public python-txamqp
(package