aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-core-api
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-12-29 21:35:16 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-12-29 21:35:16 +0000
commit9a341fada98727ed3edf758363be9c83c1dc7336 (patch)
tree18223199ede43bec3ed90c8a1dca739014b92f50 /testing/py-core-api
parent160eac6385d24e12aef48902a56fe0f5eb263575 (diff)
downloadaports-9a341fada98727ed3edf758363be9c83c1dc7336.tar.bz2
aports-9a341fada98727ed3edf758363be9c83c1dc7336.tar.xz
testing/py-core-api: use bundled python3 setuptools
Diffstat (limited to 'testing/py-core-api')
-rw-r--r--testing/py-core-api/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/py-core-api/APKBUILD b/testing/py-core-api/APKBUILD
index ad36e56836..0561958ff6 100644
--- a/testing/py-core-api/APKBUILD
+++ b/testing/py-core-api/APKBUILD
@@ -3,16 +3,15 @@
pkgname=py-core-api
_pkgname=python-client
pkgver=2.3.3
-pkgrel=0
+pkgrel=1
pkgdesc="Python client library for Core API"
url="https://github.com/core-api/python-client"
arch="noarch"
license="Custom"
depends="py-coreschema py-itypes py-requests"
-makedepends="python2-dev python3-dev py-setuptools py3-setuptools
- py-uritemplate"
-checkdepends="py-flake8 py-coverage pytest py-jinja2 py-pycodestyle
- py-pyflakes py-enum34"
+makedepends="python2-dev python3-dev py2-setuptools py-uritemplate"
+#checkdepends="py-flake8 py-coverage pytest py-jinja2 py-pycodestyle
+# py-pyflakes py-enum34"
options="!check" #currently requires pyflakes-1.5.0
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="$pkgname-$pkgver.tar.gz::https://github.com/core-api/python-client/archive/$pkgver.tar.gz"