diff options
Diffstat (limited to 'testing/pylint/APKBUILD')
-rw-r--r-- | testing/pylint/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD index 90b07ecf53..816c647215 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL2+" depends="python py-astroid" depends_dev="" -makedepends="python-dev py-setuptools py-astroid" +makedepends="python2-dev py-setuptools py-astroid" install="" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" |