diff options
Diffstat (limited to 'testing/py-flake8-quotes/APKBUILD')
-rw-r--r-- | testing/py-flake8-quotes/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-quotes/APKBUILD b/testing/py-flake8-quotes/APKBUILD index 1ff57f38b1..31f29d1688 100644 --- a/testing/py-flake8-quotes/APKBUILD +++ b/testing/py-flake8-quotes/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Extension for flake8 which lint for double quotes" url="http://github.com/zheller/flake8-quotes/" arch="noarch" license="MIT" -depends="python flake8" +depends="python2 flake8" depends_dev="" makedepends="python2-dev py-setuptools" install="" |