mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: Remove python2-kombu.
* gnu/packages/python-xyz.scm (python2-kombu): Remove variable. (python-kombu)[properties]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
be541810ec
commit
d2a65a34d5
1 changed files with 1 additions and 13 deletions
|
@ -14020,19 +14020,7 @@ (define-public python-kombu
|
|||
AMQP is the Advanced Message Queuing Protocol, an open standard protocol for
|
||||
message orientation, queuing, routing, reliability and security, for which the
|
||||
RabbitMQ messaging server is the most popular implementation.")
|
||||
(license license:bsd-3)
|
||||
(properties `((python2-variant . ,(delay python2-kombu))))))
|
||||
|
||||
(define-public python2-kombu
|
||||
(let ((kombu (package-with-python2
|
||||
(strip-python2-variant python-kombu))))
|
||||
(package/inherit kombu
|
||||
(arguments `(;; FIXME: 'TestTransport.test_del_sync' fails on python2.
|
||||
;; It works fine on the python3 variant.
|
||||
#:tests? #f
|
||||
,@(package-arguments kombu)))
|
||||
(native-inputs `(("python2-unittest2" ,python2-unittest2)
|
||||
,@(package-native-inputs kombu))))))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-billiard
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue