diff options
Diffstat (limited to 'testing/py-pep8-naming')
-rw-r--r-- | testing/py-pep8-naming/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pep8-naming/APKBUILD b/testing/py-pep8-naming/APKBUILD index efafc387fd..07ddc4d43c 100644 --- a/testing/py-pep8-naming/APKBUILD +++ b/testing/py-pep8-naming/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Check PEP-8 naming conventions plugin for flake8" url="https://github.com/flintwork/pep8-naming" arch="noarch" license="MIT" -depends="python flake8" +depends="python2 flake8" depends_dev="" makedepends="python2-dev py-setuptools" install="" |