1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: python-django-q2: Add missing inputs.

* gnu/packages/django.scm (python-django-q2)[propagated-inputs]: Add
python-blessed, python-boto3, python-croniter, python-django-q-rollbar,
python-django-q-sentry, python-django-redis, python-hiredis,
python-importlib-metadata, python-iron-mq, python-psutil, python-pymongo,
python-redis, and python-setproctitle.
[native-inputs]: Add python-pytest.

Change-Id: If0bfa8d218a5230c739d535feed107e716e88983
This commit is contained in:
Ricardo Wurmus 2025-01-14 14:29:50 +01:00
parent 7bcc581fda
commit e5a67a42a8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1136,15 +1136,24 @@ using Python multiprocessing.")
(sha256 (sha256
(base32 "0zd1zpi5d3ky26i9rv0aii6kkb6gwvpypnwmsjbmpxiwawhv242j")))) (base32 "0zd1zpi5d3ky26i9rv0aii6kkb6gwvpypnwmsjbmpxiwawhv242j"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments ;; XXX: I just don't know how to correctly run the tests.
(list (arguments (list #:tests? #false))
;; FIXME: Tests require disque, Redis, MongoDB, Docker. (native-inputs (list python-poetry-core python-pytest))
#:tests? #f)) (propagated-inputs (list python-blessed
(native-inputs python-boto3
(list python-poetry-core)) python-croniter
(propagated-inputs python-django
(list python-django python-django-picklefield
python-django-picklefield)) python-django-q-rollbar
python-django-q-sentry
python-django-redis
python-hiredis
python-importlib-metadata
python-iron-mq
python-psutil
python-pymongo
python-redis
python-setproctitle))
(home-page "https://django-q2.readthedocs.org") (home-page "https://django-q2.readthedocs.org")
(synopsis "Multiprocessing distributed task queue for Django") (synopsis "Multiprocessing distributed task queue for Django")
(description (description