Skip to content

Commit

Permalink
Bumps cffi==1.13.2 fixes under Python 3.8
Browse files Browse the repository at this point in the history
https://bitbucket.org/cffi/cffi/issues/403/build-fails-on-38-dev-pyinterpreterstate
kivy#2130 (comment)
The error was:
```
c/call_python.c:20:30: error: incomplete definition of type 'struct _is'
```
  • Loading branch information
AndreMiras committed Apr 4, 2020
1 parent 94d1a7d commit 10cf158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/cffi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CffiRecipe(CompiledComponentsPythonRecipe):
Extra system dependencies: autoconf, automake and libtool.
"""
name = 'cffi'
version = '1.11.5'
version = '1.13.2'
url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz'

depends = ['setuptools', 'pycparser', 'libffi']
Expand Down

0 comments on commit 10cf158

Please sign in to comment.