aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-gunicorn
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-gunicorn')
-rw-r--r--main/py-gunicorn/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-gunicorn/APKBUILD b/main/py-gunicorn/APKBUILD
index 3a4d1c1d695..ce6271270da 100644
--- a/main/py-gunicorn/APKBUILD
+++ b/main/py-gunicorn/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="a Python WSGI HTTP Server"
url="https://github.com/benoitc/gunicorn/"
arch="noarch"
license="BSD"
-makedepends="python-dev py-setuptools"
+makedepends="python2-dev py-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/benoitc/$_pkgname/archive/${pkgver}.tar.gz"
_builddir="${srcdir}/${_pkgname}-${pkgver}"