aboutsummaryrefslogtreecommitdiffstats
path: root/main/pyflakes
diff options
context:
space:
mode:
Diffstat (limited to 'main/pyflakes')
-rw-r--r--main/pyflakes/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pyflakes/APKBUILD b/main/pyflakes/APKBUILD
index 97e52f227af..5db20d23394 100644
--- a/main/pyflakes/APKBUILD
+++ b/main/pyflakes/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="A passive checker of Python programs"
url="https://github.com/pyflakes/pyflakes"
arch="noarch"
license="MIT"
-depends="python"
+depends="python2"
depends_dev=""
makedepends="python2-dev"
install=""