mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: Add python-celery-minimal.
* gnu/packages/python-xyz.scm (python-celery-minimal): New variable. Change-Id: Ib6c71748d52cdfee06c894e74bb067e8522fc6e4 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
dc95ec12e8
commit
e033bf01e6
@@ -20614,6 +20614,16 @@ Eventlet, or gevent. Tasks can execute asynchronously (in the background) or
|
||||
synchronously (wait until ready).")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; A bare minimal package, mainly to use in tests and reduce closure
|
||||
;; size. Tests are left out in the main package to slim down native-inputs.
|
||||
(define-public python-celery-minimal
|
||||
(package/inherit python-celery
|
||||
(name "python-celery-minimal")
|
||||
(arguments
|
||||
(list #:tests? #f))
|
||||
(native-inputs
|
||||
(list python-setuptools))))
|
||||
|
||||
(define-public python-anyqt
|
||||
(package
|
||||
(name "python-anyqt")
|
||||
|
||||
Reference in New Issue
Block a user