Skip to content

Commit 78cf9e9

Browse files
committed
[cffi] Updated recipe to last cffi version (1.11.5)
1 parent 6369041 commit 78cf9e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class TargetPython(Enum):
4747
# requires autoconf system dependency on host
4848
# https://api.travis-ci.org/v3/job/450538715/log.txt
4949
'protobuf_cpp',
50+
'cffi',
5051
# https://github.com/kivy/python-for-android/issues/1405
5152
'psycopg2',
5253
'pygame',

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.4.2'
10+
version = '1.11.5'
1111
url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz'
1212

1313
depends = [('python2', 'python3crystax'), 'setuptools', 'pycparser', 'libffi']

0 commit comments

Comments
 (0)