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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 15:53:24 UTC 2021


    Date: Thursday, April 22, 2021 @ 15:53:23
  Author: felixonmars
Revision: 921198

upgpkg: python-celery 5.0.5-2: add missing dependency on click-plugins (FS#69310)

Modified:
  python-celery/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 15:50:57 UTC (rev 921197)
+++ PKGBUILD	2021-04-22 15:53:23 UTC (rev 921198)
@@ -7,13 +7,13 @@
 
 pkgname=python-celery
 pkgver=5.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
 url='http://celeryproject.org/'
 license=('BSD')
-depends=('python-billiard' 'python-click-didyoumean' 'python-click-repl' 'python-kombu'
-         'python-pytz' 'python-vine')
+depends=('python-billiard' 'python-click-didyoumean' 'python-click-plugins' 'python-click-repl'
+         'python-kombu' 'python-pytz' 'python-vine')
 optdepends=('python-cryptography: for celery.security'
             'python-pymongo: for celery.backends.mongodb'
             'python-msgpack: for using the msgpack serializer'



More information about the arch-commits mailing list