Skip to content

Commit 1017571

Browse files
committed
(recipes/materialyoucolor): update to 2.0.7
1 parent 9cd5220 commit 1017571

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
from pythonforandroid.recipe import CompiledComponentsPythonRecipe
1+
from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
22

33

4-
class MaterialyoucolorRecipe(CompiledComponentsPythonRecipe):
5-
need_stl_shared = True
4+
class MaterialyoucolorRecipe(CppCompiledComponentsPythonRecipe):
65
stl_lib_name = "c++_shared"
7-
version = "2.0.5"
6+
version = "2.0.7"
87
url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz"
98
depends = ["setuptools"]
10-
call_hostpython_via_targetpython = False
119

1210

1311
recipe = MaterialyoucolorRecipe()

0 commit comments

Comments
 (0)