all repos — mgba @ 2ef05b9aad15e43a9898bd427b7160d51f313ab0

mGBA Game Boy Advance Emulator

Python: cffi 1.12.3 is broken
Vicki Pfau vi@endrift.com
Mon, 03 Jun 2019 11:16:48 -0700
commit

2ef05b9aad15e43a9898bd427b7160d51f313ab0

parent

982bc486b0dac7ae7fb91e58b28d8f5dc5364c03

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/platform/python/setup.pysrc/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"],