From c2ae382502b0a92e7a6ea199e9f9ac1ddb50afa9 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 15 Aug 2017 02:44:16 +0000 Subject: testing/celery: add py-kombu dependency --- testing/celery/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/celery/APKBUILD') 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 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 -- cgit v1.2.3