[arch-commits] Commit in python-django-q/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 28 12:24:32 UTC 2021


    Date: Wednesday, July 28, 2021 @ 12:24:32
  Author: alucryd
Revision: 988843

python-django-q 1.3.9-2: FS#71437 add python-redis to dependencies

Modified:
  python-django-q/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-28 12:23:35 UTC (rev 988842)
+++ PKGBUILD	2021-07-28 12:24:32 UTC (rev 988843)
@@ -2,7 +2,7 @@
 
 pkgname=python-django-q
 pkgver=1.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc='A multiprocessing distributed task queue for Django'
 arch=(any)
 url=https://github.com/Koed00/django-q
@@ -9,11 +9,17 @@
 license=(MIT)
 depends=(
   python-arrow
+  python-asgiref
   python-blessed
+  python-dateutil
   python-django
   python-django-picklefield
   python-future
+  python-pytz
+  python-redis
   python-six
+  python-sqlparse
+  python-wcwidth
 )
 makedepends=(
   git
@@ -22,7 +28,6 @@
 )
 optdepends=(
   'python-boto3: Amazon Simple Queue Service message queue support'
-  'python-redis: redis broker support'
   'python-psutil: resource usage limit support'
   'python-pymongo: MongoDB as a message broker support'
 )



More information about the arch-commits mailing list