Skip to content

Commit 65000da

Browse files
committed
fix dependency order for pyjnius recipe
fix: kivy/kivy#1060
1 parent c7904e1 commit 65000da

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=
44
URL_pyjnius=https://github.com/kivy/pyjnius/zipball/master/pyjnius-master.zip
5-
DEPS_pyjnius=(sdl python)
5+
DEPS_pyjnius=(python sdl)
66
MD5_pyjnius=
77
BUILD_pyjnius=$BUILD_PATH/pyjnius/$(get_directory $URL_pyjnius)
88
RECIPE_pyjnius=$RECIPES_PATH/pyjnius

0 commit comments

Comments
 (0)