mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: Remove python2-celery.
* gnu/packages/python-xyz.scm (python2-celery): Remove variable. (python-celery)[properties]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
37ad6d1c7c
commit
be541810ec
1 changed files with 1 additions and 10 deletions
|
@ -14132,16 +14132,7 @@ (define-public python-celery
|
||||||
concurrently on a single or more worker servers using multiprocessing,
|
concurrently on a single or more worker servers using multiprocessing,
|
||||||
Eventlet, or gevent. Tasks can execute asynchronously (in the background) or
|
Eventlet, or gevent. Tasks can execute asynchronously (in the background) or
|
||||||
synchronously (wait until ready).")
|
synchronously (wait until ready).")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)))
|
||||||
(properties `((python2-variant . ,(delay python2-celery))))))
|
|
||||||
|
|
||||||
(define-public python2-celery
|
|
||||||
(let ((celery (package-with-python2
|
|
||||||
(strip-python2-variant python-celery))))
|
|
||||||
(package/inherit celery
|
|
||||||
(native-inputs `(("python2-unittest2" ,python2-unittest2)
|
|
||||||
("python2-mock" ,python2-mock)
|
|
||||||
,@(package-native-inputs celery))))))
|
|
||||||
|
|
||||||
(define-public python-translitcodec
|
(define-public python-translitcodec
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue