diff options
Diffstat (limited to 'testing/py-cheetah/APKBUILD')
-rw-r--r-- | testing/py-cheetah/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-cheetah/APKBUILD b/testing/py-cheetah/APKBUILD index 593a49ea91..a24890b534 100644 --- a/testing/py-cheetah/APKBUILD +++ b/testing/py-cheetah/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Cheetah is a template engine and code generation tool" url="http://www.cheetahtemplate.org/" arch="all" license="MIT" -depends="python" +depends="python2" makedepends="python2-dev" install="" subpackages="" |