diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2016-11-09 10:56:51 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-09 20:21:55 +0100 |
commit | fb5139d21abf1f0225956f5112488ee4b9cace46 (patch) | |
tree | 03e30943bda072a05eaa2f88615a7f1a768b860a /main/py-requests-oauthlib | |
parent | 4cd37c6f10b37acf49d507eb17a41a58afc28aa9 (diff) | |
download | aports-fb5139d21abf1f0225956f5112488ee4b9cace46.tar.bz2 aports-fb5139d21abf1f0225956f5112488ee4b9cace46.tar.xz |
main/py-requests-oauthlib: fix license
Diffstat (limited to 'main/py-requests-oauthlib')
-rw-r--r-- | main/py-requests-oauthlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-requests-oauthlib/APKBUILD b/main/py-requests-oauthlib/APKBUILD index 5c281ef113..dd6884853b 100644 --- a/main/py-requests-oauthlib/APKBUILD +++ b/main/py-requests-oauthlib/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="First-class OAuth library support for Requests" url="https://pypi.python.org/pypi/requests-oauthlib" arch="noarch" -license="GPL" +license="BSD" depends="py-oauthlib py-requests" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |