Skip to content

Commit 9326358

Browse files
committed
- pinned cython version 3.2.8
1 parent 18fe55a commit 9326358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/selectolax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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']
8+
hostpython_prerequisites = ['cython==3.2.8']
99

1010

1111
recipe = SelectolaxRecipe()

0 commit comments

Comments
 (0)