Skip to content

Commit 8e3f2d4

Browse files
committed
pyjnius require python at least >_>
1 parent d8b382b commit 8e3f2d4

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=()
5+
DEPS_pyjnius=(python)
66
MD5_pyjnius=
77
BUILD_pyjnius=$BUILD_PATH/pyjnius/$(get_directory $URL_pyjnius)
88
RECIPE_pyjnius=$RECIPES_PATH/pyjnius

0 commit comments

Comments
 (0)