diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:17:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:54 +0000 |
commit | 819ef7f0e2c7d85d5e50c0483f6a2719e9715b6c (patch) | |
tree | 24e017162cdb0f6790e26a7a4df3d0195c4638ef /testing/py-elasticsearch | |
parent | e99cbdc5f9c6f251fe9ca1e2b10bbe56cd332bb3 (diff) | |
download | aports-819ef7f0e2c7d85d5e50c0483f6a2719e9715b6c.tar.bz2 aports-819ef7f0e2c7d85d5e50c0483f6a2719e9715b6c.tar.xz |
testing/py-elasticsearch: rebuild against python 3.7
Diffstat (limited to 'testing/py-elasticsearch')
-rw-r--r-- | testing/py-elasticsearch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-elasticsearch/APKBUILD b/testing/py-elasticsearch/APKBUILD index 1d2567c5d2..873c6f3a63 100644 --- a/testing/py-elasticsearch/APKBUILD +++ b/testing/py-elasticsearch/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-elasticsearch _pkgname=elasticsearch-py pkgver=5.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Official Python low-level client for Elasticsearch" url="https://elasticsearch-py.readthedocs.io/" arch="noarch" |