Skip to content

Commit 21435e0

Browse files
committed
fix deps on pygame
1 parent 46f8ea7 commit 21435e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pygame/recipe.sh

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

33
VERSION_pygame=1.9.1
44
URL_pygame=http://pygame.org/ftp/pygame-$(echo $VERSION_pygame)release.tar.gz
5-
DEPS_pygame=(sdl)
5+
DEPS_pygame=(sdl python)
66
MD5_pygame=1c4cdc708d17c8250a2d78ef997222fc
77
BUILD_pygame=$BUILD_PATH/pygame/$(get_directory $URL_pygame)
88
RECIPE_pygame=$RECIPES_PATH/pygame

0 commit comments

Comments
 (0)