Skip to content
Snippets Groups Projects
Commit 9a341fad authored by Leonardo Arena's avatar Leonardo Arena
Browse files

testing/py-core-api: use bundled python3 setuptools

parent 160eac63
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment