Skip to content

Commit

Permalink
Update Capstone to 4.0.1
Browse files Browse the repository at this point in the history
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 capstone-engine/capstone#1315 (comment)).
  • Loading branch information
disconnect3d committed Jan 15, 2019
1 parent fea1b0e commit 74d4f04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down Expand Up @@ -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': [
Expand Down

0 comments on commit 74d4f04

Please sign in to comment.