summaryrefslogtreecommitdiffstats
path: root/testing/py-flake8-docstrings/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-flake8-docstrings/APKBUILD')
-rw-r--r--testing/py-flake8-docstrings/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-docstrings/APKBUILD b/testing/py-flake8-docstrings/APKBUILD
index 5591bf8eda2..d15029e48ce 100644
--- a/testing/py-flake8-docstrings/APKBUILD
+++ b/testing/py-flake8-docstrings/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Extension for flake8 which uses pep257 to check docstrings"
url="https://bitbucket.org/icordasc/flake8-docstrings"
arch="noarch"
license="MIT"
-depends="python flake8"
+depends="python2 flake8"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""