Skip to content

Commit bb85667

Browse files
committed
Added six as pyjnius dependency
1 parent 4f0be90 commit bb85667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pyjnius/recipe.sh

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

33
VERSION_pyjnius=${VERSION_pyjnius:-master}
44
URL_pyjnius=https://github.com/kivy/pyjnius/archive/$VERSION_pyjnius.zip
5-
DEPS_pyjnius=(python sdl)
5+
DEPS_pyjnius=(python sdl six)
66
MD5_pyjnius=
77
BUILD_pyjnius=$BUILD_PATH/pyjnius/$(get_directory $URL_pyjnius)
88
RECIPE_pyjnius=$RECIPES_PATH/pyjnius

0 commit comments

Comments
 (0)