gnu: Remove python2-billiard.

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

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

View file

@ -14042,16 +14042,7 @@ (define-public python-billiard
multiprocessing package itself is a renamed and updated version of R Oudkerk's multiprocessing package itself is a renamed and updated version of R Oudkerk's
pyprocessing package. This standalone variant is intended to be compatible with pyprocessing package. This standalone variant is intended to be compatible with
Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.") Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.")
(license license:bsd-3) (license license:bsd-3)))
(properties `((python2-variant . ,(delay python2-billiard))))))
(define-public python2-billiard
(let ((billiard (package-with-python2
(strip-python2-variant python-billiard))))
(package/inherit billiard
(native-inputs `(("python2-unittest2" ,python2-unittest2)
("python2-mock" ,python2-mock)
,@(package-native-inputs billiard))))))
(define-public python-celery (define-public python-celery
(package (package