diff options
Diffstat (limited to 'main/py-django-registation/APKBUILD')
-rw-r--r-- | main/py-django-registation/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-django-registation/APKBUILD b/main/py-django-registation/APKBUILD index a894d89847..4e94a07f1e 100644 --- a/main/py-django-registation/APKBUILD +++ b/main/py-django-registation/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="simple user-registration application for Django" url="https://github.com/ubernostrum/django-registration" arch="noarch" license="BSD" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" depends="python" source="${_pkgname}-${pkgver}.tar.gz::https://github.com/ubernostrum/django-registration/archive/${pkgver}.tar.gz" |