Skip to content

Commit a1fbc82

Browse files
committed
fix django compilation. closes kivy#231
1 parent acb84c4 commit a1fbc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/django/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
VERSION_django=${VERSION_django:-1.6.1}
4-
DEPS_django=(sqlite3)
4+
DEPS_django=(sqlite3 python)
55
URL_django=https://pypi.python.org/packages/source/D/Django/Django-$VERSION_django.tar.gz
66
MD5_django=3ea7a00ea9e7a014e8a4067dd6466a1b
77
BUILD_django=$BUILD_PATH/django/$(get_directory $URL_django)

0 commit comments

Comments
 (0)