aboutsummaryrefslogtreecommitdiffstats
path: root/testing/celery
diff options
context:
space:
mode:
authorPanagiotis Simakis <simakisp@gmail.com>2020-01-30 11:22:39 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-01-30 17:36:12 +0100
commit034b94663ab38f8e617bdd17a0b9002687ba1ec8 (patch)
treed78ab58ee10f223fad9941b4bf55111dab6a27b6 /testing/celery
parent8dbf3795f1240b2ca86c6ddaaf76c93e94ed7e9f (diff)
downloadaports-034b94663ab38f8e617bdd17a0b9002687ba1ec8.tar.bz2
aports-034b94663ab38f8e617bdd17a0b9002687ba1ec8.tar.xz
testing/celery: add missing dependency on py3-tz
fixes #11169
Diffstat (limited to 'testing/celery')
-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