aboutsummaryrefslogtreecommitdiffstats
path: root/testing/celery
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-08-15 02:44:16 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-08-15 02:44:16 +0000
commitc2ae382502b0a92e7a6ea199e9f9ac1ddb50afa9 (patch)
treef946e1243788770f56926e91e4d6fd1801a4bf18 /testing/celery
parent1b1bfc2055714e2e3b82917f3427446570a732e0 (diff)
downloadaports-c2ae382502b0a92e7a6ea199e9f9ac1ddb50afa9.tar.bz2
aports-c2ae382502b0a92e7a6ea199e9f9ac1ddb50afa9.tar.xz
testing/celery: add py-kombu dependency
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 5e5d33a549..95563936f6 100644
--- a/testing/celery/APKBUILD
+++ b/testing/celery/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=celery
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Official Python low-level client for Elasticsearch"
url="http://www.celeryproject.org/"
arch="noarch"
license="ASL-2.0"
-depends="py-urllib3 py-redis py-vine"
+depends="py-urllib3 py-redis py-vine py-kombu"
makedepends="python3-dev"
install="$pkgname.pre-install"
source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz