Skip to content

Commit 484016d

Browse files
committed
fix pil compilation (python deps was missing). Closes kivy#4
1 parent 1b83347 commit 484016d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pil/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
VERSION_pil=1.1.7
44
URL_pil=http://effbot.org/downloads/Imaging-$VERSION_pil.tar.gz
5-
DEPS_pil=(png jpeg)
5+
DEPS_pil=(png jpeg python)
66
MD5_pil=fc14a54e1ce02a0225be8854bfba478e
77
BUILD_pil=$BUILD_PATH/pil/$(get_directory $URL_pil)
88
RECIPE_pil=$RECIPES_PATH/pil

0 commit comments

Comments
 (0)