diff options
Diffstat (limited to 'testing/py-pystache/APKBUILD')
-rw-r--r-- | testing/py-pystache/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pystache/APKBUILD b/testing/py-pystache/APKBUILD index c2e574b50f..0f1b4eea72 100644 --- a/testing/py-pystache/APKBUILD +++ b/testing/py-pystache/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Pystache is a Python implementation of Mustache." url="https://pypi.python.org/pypi/pystache" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="py-setuptools" install="" |