diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-03 14:34:48 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-03 14:34:48 +0000 |
commit | c4cc5fcc15f92d96f06fdcde1a6f4b9aea7876c7 (patch) | |
tree | fac66c02383820a3a978f2095688509485de9280 /testing/py-core-api | |
parent | cd6253139610f59f2c428a3bf024c042d90fa6fb (diff) | |
download | aports-c4cc5fcc15f92d96f06fdcde1a6f4b9aea7876c7.tar.bz2 aports-c4cc5fcc15f92d96f06fdcde1a6f4b9aea7876c7.tar.xz |
testing/py-core-api: update license
Diffstat (limited to 'testing/py-core-api')
-rw-r--r-- | testing/py-core-api/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-core-api/APKBUILD b/testing/py-core-api/APKBUILD index 4978a1474b..13da6146ca 100644 --- a/testing/py-core-api/APKBUILD +++ b/testing/py-core-api/APKBUILD @@ -3,11 +3,11 @@ pkgname=py-core-api _pkgname=python-client pkgver=2.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="Python client library for Core API" url="https://github.com/core-api/python-client" arch="noarch" -license="Custom" +license="BSD-2-Clause" depends="py-coreschema py-itypes py-requests py-uritemplate" makedepends="python2-dev python3-dev py2-setuptools" #checkdepends="py-flake8 py-coverage pytest py-jinja2 py-pycodestyle |