aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flake8-blind-except/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-flake8-blind-except/APKBUILD')
-rw-r--r--testing/py-flake8-blind-except/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-blind-except/APKBUILD b/testing/py-flake8-blind-except/APKBUILD
index 99aa317e68a..01bc7502e35 100644
--- a/testing/py-flake8-blind-except/APKBUILD
+++ b/testing/py-flake8-blind-except/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Extension for flake8 which checks for blind except: statements"
url="https://github.com/elijahandrews/flake8-blind-except"
arch="noarch"
license="MIT"
-depends="python flake8"
+depends="python2 flake8"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""