cffi==1.14.6

This commit is contained in:
Akinwale Ariwodola 2021-08-22 11:58:03 +01:00
parent 8c0115ccee
commit 23c183ee51

View file

@ -5,7 +5,7 @@ from pythonforandroid.recipe import CompiledComponentsPythonRecipe
class CffiRecipe(CompiledComponentsPythonRecipe):
name = 'cffi'
version = '1.13.2'
version = '1.14.6'
url = 'https://pypi.python.org/packages/source/c/cffi/cffi-{version}.tar.gz'
depends = [('python2', 'python3crystax'), 'setuptools', 'pycparser', 'libffi']