diff options
Diffstat (limited to 'testing/py-almost/APKBUILD')
-rw-r--r-- | testing/py-almost/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-almost/APKBUILD b/testing/py-almost/APKBUILD index b11d3df0f8..fd056c28db 100644 --- a/testing/py-almost/APKBUILD +++ b/testing/py-almost/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python helper to compare two numbers generously" url="https://pypi.python.org/pypi/almost" arch="noarch" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |