diff options
Diffstat (limited to 'testing/py-setuptools-pep8/APKBUILD')
-rw-r--r-- | testing/py-setuptools-pep8/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-setuptools-pep8/APKBUILD b/testing/py-setuptools-pep8/APKBUILD index 20de23bd11..5d7f9181ce 100644 --- a/testing/py-setuptools-pep8/APKBUILD +++ b/testing/py-setuptools-pep8/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Setuptools plugin for pep8" url="https://github.com/CraigJPerry/setuptools-pep8" arch="noarch" license="BSD" -depends="python py-pep8" +depends="python2 py-pep8" depends_dev="" makedepends="python2-dev py-setuptools" install="" |