Python: cffi 1.12.3 is broken
Vicki Pfau vi@endrift.com
Mon, 03 Jun 2019 11:16:48 -0700
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/platform/python/setup.py
→
src/platform/python/setup.py
@@ -21,8 +21,8 @@ author="Jeffrey Pfau",
author_email="jeffrey@endrift.com", url="http://github.com/mgba-emu/mgba/", packages=["mgba"], - setup_requires=['cffi>=1.6', 'pytest-runner'], - install_requires=['cffi>=1.6', 'cached-property'], + setup_requires=['cffi>=1.6,!=1.12.3', 'pytest-runner'], + install_requires=['cffi>=1.6,!=1.12.3', 'cached-property'], extras_require={'pil': ['Pillow>=2.3'], 'cinema': ['pyyaml', 'pytest']}, tests_require=['pytest'], cffi_modules=["_builder.py:ffi"],