aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-sqlparse/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-sqlparse/APKBUILD')
-rw-r--r--testing/py-sqlparse/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sqlparse/APKBUILD b/testing/py-sqlparse/APKBUILD
index 3fcffd189e0..5ced5050b30 100644
--- a/testing/py-sqlparse/APKBUILD
+++ b/testing/py-sqlparse/APKBUILD
@@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/sqlparse"
arch="noarch"
license="BSD"
depends="python"
-makedepends="python-dev py-setuptools"
+makedepends="python2-dev py-setuptools"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"