aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-purl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-purl/APKBUILD')
-rw-r--r--main/py-purl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-purl/APKBUILD b/main/py-purl/APKBUILD
index fb6acec437c..490c7db3c8c 100644
--- a/main/py-purl/APKBUILD
+++ b/main/py-purl/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="An immutable Python URL class for easy URL-building and manipulation"
url="https://github.com/codeinthehole/purl"
arch="noarch"
license="MIT"
-depends="python py-six"
+depends="python2 py-six"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""