Skip to content

Commit 478821e

Browse files
committed
materialyoucolor: shift to PPR
1 parent 858b4fd commit 478821e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
1+
from pythonforandroid.recipe import PyProjectRecipe
22

33

4-
class MaterialyoucolorRecipe(CppCompiledComponentsPythonRecipe):
4+
class MaterialyoucolorRecipe(PyProjectRecipe):
55
stl_lib_name = "c++_shared"
66
version = "2.0.9"
77
url = "https://github.com/T-Dynamos/materialyoucolor-python/releases/download/v{version}/materialyoucolor-{version}.tar.gz"
8-
depends = ["setuptools"]
98

109

1110
recipe = MaterialyoucolorRecipe()

0 commit comments

Comments
 (0)