diff options
Diffstat (limited to 'testing/py-chameleon')
-rw-r--r-- | testing/py-chameleon/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-chameleon/APKBUILD b/testing/py-chameleon/APKBUILD index 9666c35562..b2a82f6f65 100644 --- a/testing/py-chameleon/APKBUILD +++ b/testing/py-chameleon/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Fast Python HTML/XML Template Compiler" url="https://chameleon.readthedocs.org" arch="noarch" license="BSD" -depends="python py-lxml py-zope-interface" +depends="python2 py-lxml py-zope-interface" depends_dev="" makedepends="python2-dev py-setuptools" install="" |