diff options
Diffstat (limited to 'testing/py-flake8-import-order')
-rw-r--r-- | testing/py-flake8-import-order/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-import-order/APKBUILD b/testing/py-flake8-import-order/APKBUILD index e9d88ff707..a247b846fd 100644 --- a/testing/py-flake8-import-order/APKBUILD +++ b/testing/py-flake8-import-order/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Extension for flake8 which checks for the ordering of import statements url="https://github.com/public/flake8-import-order" arch="noarch" license="MIT" -depends="python flake8" +depends="python2 flake8" depends_dev="" makedepends="python2-dev py-setuptools" install="" |