summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/py3-idna/APKBUILD4
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"