aboutsummaryrefslogtreecommitdiffstats
path: root/testing/celery/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/celery/APKBUILD')
-rw-r--r--testing/celery/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/celery/APKBUILD b/testing/celery/APKBUILD
index ca014be2ee..66948134e7 100644
--- a/testing/celery/APKBUILD
+++ b/testing/celery/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=celery
pkgver=4.3.0
-pkgrel=3
+pkgrel=4
pkgdesc="An asynchronous task queue/job queue based on distributed message passing"
url="http://www.celeryproject.org/"
arch="noarch !s390x" # lmited by py3-kombu
license="Apache-2.0"
-depends="py3-urllib3 py3-redis py3-vine py3-kombu py3-billiard"
+depends="py3-urllib3 py3-redis py3-vine py3-kombu py3-billiard py3-tz"
makedepends="python3-dev py3-setuptools"
install="$pkgname.pre-install"
source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz