diff options
Diffstat (limited to 'testing/py-flake8-docstrings')
-rw-r--r-- | testing/py-flake8-docstrings/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-docstrings/APKBUILD b/testing/py-flake8-docstrings/APKBUILD index 5591bf8eda..d15029e48c 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="" |