From 034b94663ab38f8e617bdd17a0b9002687ba1ec8 Mon Sep 17 00:00:00 2001 From: Panagiotis Simakis Date: Thu, 30 Jan 2020 11:22:39 +0000 Subject: testing/celery: add missing dependency on py3-tz fixes #11169 --- testing/celery/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/celery') 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 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 -- cgit v1.2.3