diff options
Diffstat (limited to 'testing/celery/APKBUILD')
-rw-r--r-- | testing/celery/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/celery/APKBUILD b/testing/celery/APKBUILD index 61732d07b2..de34d60107 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=3 +pkgrel=4 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 py-kombu" +depends="py-urllib3 py-redis py-vine py-kombu py-billiard" makedepends="python3-dev" install="$pkgname.pre-install" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz |