[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50018] [PATCH v3 20/21] gnu: Remove python2-kombu.
From: |
Vinicius Monego |
Subject: |
[bug#50018] [PATCH v3 20/21] gnu: Remove python2-kombu. |
Date: |
Thu, 16 Sep 2021 16:21:11 +0000 |
* gnu/packages/python-xyz.scm (python2-kombu): Remove variable.
(python-kombu)[properties]: Remove.
---
gnu/packages/python-xyz.scm | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ab04f50b71..37c5a48bb0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13443,19 +13443,7 @@ and also provide proven and tested solutions to common
messaging problems.
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
--
2.30.2
- [bug#50018] [PATCH v3 08/21] gnu: awscli: Update to 1.20.42., (continued)
- [bug#50018] [PATCH v3 08/21] gnu: awscli: Update to 1.20.42., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 06/21] gnu: python-s3transfer: Update to 0.5.0., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 12/21] gnu: python-vine: Update to 5.0.0., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 21/21] gnu: Remove python2-amqp., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 17/21] gnu: python-celery: Update to 5.1.2., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 07/21] gnu: python-boto3: Update to 1.18.42., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 11/21] gnu: python-moto: Respect #:tests?., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 13/21] gnu: Add python-pytest-rerunfailures., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 18/21] gnu: python-celery: Enable tests., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 15/21] gnu: python-kombu: Update to 5.1.0., Vinicius Monego, 2021/09/16
- [bug#50018] [PATCH v3 20/21] gnu: Remove python2-kombu.,
Vinicius Monego <=