diff options
Diffstat (limited to 'community/py-django1.5/APKBUILD')
-rw-r--r-- | community/py-django1.5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-django1.5/APKBUILD b/community/py-django1.5/APKBUILD index 0f9fb7e1f7..85cf76dde7 100644 --- a/community/py-django1.5/APKBUILD +++ b/community/py-django1.5/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |