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.
1 parent 85e52f9 commit 18fe55aCopy full SHA for 18fe55a
1 file changed
pythonforandroid/recipes/selectolax/__init__.py
@@ -1,10 +1,11 @@
1
-from pythonforandroid.recipe import CythonRecipe
+from pythonforandroid.recipe import PyProjectRecipe
2
3
4
-class SelectolaxRecipe(CythonRecipe):
+class SelectolaxRecipe(PyProjectRecipe):
5
version = '0.4.10'
6
url = 'https://pypi.python.org/packages/source/s/selectolax/selectolax-{version}.tar.gz'
7
depends = ['setuptools']
8
+ hostpython_prerequisites = ['cython']
9
10
-recipe = SelectolaxRecipe()
11
+recipe = SelectolaxRecipe()
0 commit comments