We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
materialyoucolor
PPR
1 parent 858b4fd commit 478821eCopy full SHA for 478821e
pythonforandroid/recipes/materialyoucolor/__init__.py
@@ -1,11 +1,10 @@
1
-from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
+from pythonforandroid.recipe import PyProjectRecipe
2
3
4
-class MaterialyoucolorRecipe(CppCompiledComponentsPythonRecipe):
+class MaterialyoucolorRecipe(PyProjectRecipe):
5
stl_lib_name = "c++_shared"
6
version = "2.0.9"
7
url = "https://github.com/T-Dynamos/materialyoucolor-python/releases/download/v{version}/materialyoucolor-{version}.tar.gz"
8
- depends = ["setuptools"]
9
10
11
recipe = MaterialyoucolorRecipe()
0 commit comments