aboutsummaryrefslogtreecommitdiff
path: root/testing/celery
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-08-15 02:37:58 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-08-15 02:37:58 +0000
commit48995315a2914313b3bb1c65c823d4c99cbc7397 (patch)
tree8c6f3cc9b24d7ec6458644c26a5b76f56afe08c2 /testing/celery
parentb4fccb5abcd2dc9e7ea33a2577c3ef5c2ce48143 (diff)
downloadalpine_aports-48995315a2914313b3bb1c65c823d4c99cbc7397.tar.bz2
alpine_aports-48995315a2914313b3bb1c65c823d4c99cbc7397.tar.xz
alpine_aports-48995315a2914313b3bb1c65c823d4c99cbc7397.zip
testing/celery: add depends on py-vine
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 44c769522f..5e5d33a549 100644
--- a/testing/celery/APKBUILD
+++ b/testing/celery/APKBUILD
@@ -1,12 +1,12 @@
1# Maintainer: William Pitcock <nenolod@dereferenced.org> 1# Maintainer: William Pitcock <nenolod@dereferenced.org>
2pkgname=celery 2pkgname=celery
3pkgver=4.1.0 3pkgver=4.1.0
4pkgrel=0 4pkgrel=1
5pkgdesc="Official Python low-level client for Elasticsearch" 5pkgdesc="Official Python low-level client for Elasticsearch"
6url="http://www.celeryproject.org/" 6url="http://www.celeryproject.org/"
7arch="noarch" 7arch="noarch"
8license="ASL-2.0" 8license="ASL-2.0"
9depends="py-urllib3 py-redis" 9depends="py-urllib3 py-redis py-vine"
10makedepends="python3-dev" 10makedepends="python3-dev"
11install="$pkgname.pre-install" 11install="$pkgname.pre-install"
12source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz 12source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz