8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb84c4 commit a1fbc82Copy full SHA for a1fbc82
recipes/django/recipe.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
VERSION_django=${VERSION_django:-1.6.1}
4
-DEPS_django=(sqlite3)
+DEPS_django=(sqlite3 python)
5
URL_django=https://pypi.python.org/packages/source/D/Django/Django-$VERSION_django.tar.gz
6
MD5_django=3ea7a00ea9e7a014e8a4067dd6466a1b
7
BUILD_django=$BUILD_PATH/django/$(get_directory $URL_django)
0 commit comments