mirror of https://github.com/mgba-emu/mgba.git
Python: cffi 1.12.3 is broken
This commit is contained in:
parent
61d128a160
commit
8f0a124666
|
@ -21,8 +21,8 @@ setup(
|
||||||
author_email="jeffrey@endrift.com",
|
author_email="jeffrey@endrift.com",
|
||||||
url="http://github.com/mgba-emu/mgba/",
|
url="http://github.com/mgba-emu/mgba/",
|
||||||
packages=["mgba"],
|
packages=["mgba"],
|
||||||
setup_requires=['cffi>=1.6', 'pytest-runner'],
|
setup_requires=['cffi>=1.6,!=1.12.3', 'pytest-runner'],
|
||||||
install_requires=['cffi>=1.6', 'cached-property'],
|
install_requires=['cffi>=1.6,!=1.12.3', 'cached-property'],
|
||||||
extras_require={'pil': ['Pillow>=2.3'], 'cinema': ['pyyaml', 'pytest']},
|
extras_require={'pil': ['Pillow>=2.3'], 'cinema': ['pyyaml', 'pytest']},
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
cffi_modules=["_builder.py:ffi"],
|
cffi_modules=["_builder.py:ffi"],
|
||||||
|
|
Loading…
Reference in New Issue