aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pgspecial/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-pgspecial/APKBUILD')
-rw-r--r--testing/py-pgspecial/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pgspecial/APKBUILD b/testing/py-pgspecial/APKBUILD
index 58c4046212b..4e5f25a987f 100644
--- a/testing/py-pgspecial/APKBUILD
+++ b/testing/py-pgspecial/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Meta-commands handler for Postgres Database"
url="https://pypi.python.org/pypi/pgspecial"
arch="noarch"
license="BSD"
-depends="python py-click py-sqlparse"
+depends="python2 py-click py-sqlparse"
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"