From 74d4f04ce4ddfdfd6fed519b2fc836b7635b3dc8 Mon Sep 17 00:00:00 2001 From: disconnect3d Date: Fri, 11 Jan 2019 13:47:35 +0100 Subject: [PATCH] Update Capstone to 4.0.1 As it is there! https://pypi.org/project/capstone/#history It has a minor bug with getting the extra version number but it doesn't hit us at all (see https://github.com/aquynh/capstone/issues/1315#issuecomment-454386418). --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 3338616be..3c2d52a01 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def rtd_dependent_deps(): # If you update native_deps please update the `REQUIREMENTS_TO_IMPORTS` dict in `utils/install_helper.py` # (we need to know how to import a given native dependency so we can check if native dependencies are installed) native_deps = [ - 'capstone>=4', + 'capstone==4.0.1', 'pyelftools', 'unicorn', ] @@ -57,9 +57,6 @@ def rtd_dependent_deps(): 'rlp', 'ply' ] + rtd_dependent_deps(), - dependency_links=[ - 'https://github.com/aquynh/capstone/archive/next.zip#egg=capstone-4&subdirectory=bindings/python', - ], extras_require=extra_require, entry_points={ 'console_scripts': [