openbsd-ports/devel/angr/py-angr/patches/patch-setup_py
2022-03-11 18:49:30 +00:00

15 lines
352 B
Plaintext

Relax unicorn dependency
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -130,7 +130,7 @@ if 'bdist_wheel' in sys.argv and '--plat-name' not in
# https://www.python.org/dev/peps/pep-0425/
sys.argv.append(name.replace('.', '_').replace('-', '_'))
-_UNICORN = "unicorn==1.0.2rc4"
+_UNICORN = "unicorn"
setup(
name='angr',