diff options
author | zlg <zlg@zlg.space> | 2018-11-28 20:32:40 -0800 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2018-11-28 20:32:40 -0800 |
commit | 9a80958017138d470171b47241fd3772ae0a2e2f (patch) | |
tree | 4b26a1a0820114442ac311761d680ace062db79b /user/py3-idna/APKBUILD | |
parent | 54513f941cd2c0511a2ba848602f5379a4fb5f5e (diff) | |
download | packages-9a80958017138d470171b47241fd3772ae0a2e2f.tar.gz packages-9a80958017138d470171b47241fd3772ae0a2e2f.tar.bz2 packages-9a80958017138d470171b47241fd3772ae0a2e2f.tar.xz packages-9a80958017138d470171b47241fd3772ae0a2e2f.zip |
user/py3-idna: correct license, deps
Diffstat (limited to 'user/py3-idna/APKBUILD')
-rw-r--r-- | user/py3-idna/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-idna/APKBUILD b/user/py3-idna/APKBUILD index 145fc438e..ecf2f5ce3 100644 --- a/user/py3-idna/APKBUILD +++ b/user/py3-idna/APKBUILD @@ -8,8 +8,8 @@ pkgrel=0 pkgdesc="IDNA 2008 and UTS #46 for Python" url="https://github.com/kjd/idna" arch="noarch" -license="BSD" -depends="" +license="BSD-3-Clause AND Python-2.0 AND Unicode-TOU" +depends="python3" makedepends="python3-dev" subpackages="" source="idna-$pkgver.tar.gz::https://github.com/kjd/idna/archive/v$pkgver.tar.gz" |