Skip to content

Commit 10cf158

Browse files
committed
Bumps cffi==1.13.2 fixes under Python 3.8
https://bitbucket.org/cffi/cffi/issues/403/build-fails-on-38-dev-pyinterpreterstate #2130 (comment) The error was: ``` c/call_python.c:20:30: error: incomplete definition of type 'struct _is' ```
1 parent 94d1a7d commit 10cf158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/cffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class CffiRecipe(CompiledComponentsPythonRecipe):
77
Extra system dependencies: autoconf, automake and libtool.
88
"""
99
name = 'cffi'
10-
version = '1.11.5'
10+
version = '1.13.2'
1111
url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz'
1212

1313
depends = ['setuptools', 'pycparser', 'libffi']

0 commit comments

Comments
 (0)