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 85cf76dde7..225052687c 100644 --- a/community/py-django1.5/APKBUILD +++ b/community/py-django1.5/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A high-level Python Web framework" url="http://djangoproject.com/" arch="noarch" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |