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