Date: Thursday, July 15, 2021 @ 20:05:06 Author: jelle Revision: 977453
Add optional dependencies which are available in our repo Modified: python-django-q/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-15 19:53:47 UTC (rev 977452) +++ PKGBUILD 2021-07-15 20:05:06 UTC (rev 977453) @@ -20,6 +20,12 @@ python-pip python-poetry ) +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' +) _tag=4a8ef8f388b842b916f2ac713383192eec87b8d8 source=(git+https://github.com/Koed00/django-q.git#tag=${_tag}) sha256sums=(SKIP)
