From 9a341fada98727ed3edf758363be9c83c1dc7336 Mon Sep 17 00:00:00 2001
From: Leonardo Arena <rnalrd@alpinelinux.org>
Date: Fri, 29 Dec 2017 21:35:16 +0000
Subject: [PATCH] testing/py-core-api: use bundled python3 setuptools

---
 testing/py-core-api/APKBUILD | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/testing/py-core-api/APKBUILD b/testing/py-core-api/APKBUILD
index ad36e568369c..0561958ff676 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"
-- 
GitLab