aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flake8-immediate/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-flake8-immediate/APKBUILD')
-rw-r--r--testing/py-flake8-immediate/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-immediate/APKBUILD b/testing/py-flake8-immediate/APKBUILD
index 3e82fd0e9d..6449bb21df 100644
--- a/testing/py-flake8-immediate/APKBUILD
+++ b/testing/py-flake8-immediate/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Enables immediate output for flake8"
url="https://github.com/schlamar/flake8-immediate"
arch="noarch"
license="MIT"
-depends="python flake8"
+depends="python2 flake8"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""