aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-unidecode/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-unidecode/APKBUILD')
-rw-r--r--main/py-unidecode/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-unidecode/APKBUILD b/main/py-unidecode/APKBUILD
index ab1315222d..61711bbeee 100644
--- a/main/py-unidecode/APKBUILD
+++ b/main/py-unidecode/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python ASCII transliterations of Unicode text"
url="https://pypi.python.org/pypi/Unidecode"
arch="noarch"
license="GPL2+"
-depends=""
+depends="py3-${pkgname#py-}"
makedepends="python2-dev python3-dev py-setuptools"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"