aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-mako/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-mako/APKBUILD')
-rw-r--r--main/py-mako/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-mako/APKBUILD b/main/py-mako/APKBUILD
index 2e363141597..f3da19dcb60 100644
--- a/main/py-mako/APKBUILD
+++ b/main/py-mako/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python fast templating language"
url="http://www.makotemplates.org/"
arch="noarch"
license="MIT"
-depends="python py-markupsafe"
+depends="python2 py-markupsafe"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""