diff options
Diffstat (limited to 'main/py-pep8/APKBUILD')
-rw-r--r-- | main/py-pep8/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-pep8/APKBUILD b/main/py-pep8/APKBUILD index 164912e0ac..3b80a9961a 100644 --- a/main/py-pep8/APKBUILD +++ b/main/py-pep8/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python style guide checker" url="https://pypi.python.org/pypi/pep8/" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |