Skip to content

Commit 18fe55a

Browse files
committed
- switched to PyProjectRecipe
1 parent 85e52f9 commit 18fe55a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

33

4-
class SelectolaxRecipe(CythonRecipe):
4+
class SelectolaxRecipe(PyProjectRecipe):
55
version = '0.4.10'
66
url = 'https://pypi.python.org/packages/source/s/selectolax/selectolax-{version}.tar.gz'
77
depends = ['setuptools']
8+
hostpython_prerequisites = ['cython']
89

910

10-
recipe = SelectolaxRecipe()
11+
recipe = SelectolaxRecipe()

0 commit comments

Comments
 (0)