mirror of https://github.com/mgba-emu/mgba.git
Python: cffi 1.12.3 is broken
This commit is contained in:
parent
982bc486b0
commit
2ef05b9aad
|
@ -21,8 +21,8 @@ setup(
|
|||
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"],
|
||||
|
|
Loading…
Reference in New Issue