ports/security/py-angr/files/patch-setup.py
Antoine Brodin 91783de9c9 Fix build
Reported by:	pkg-fallout
MFH:		2021Q1
2021-01-16 12:07:27 +00:00

11 lines
344 B
Python

--- setup.py.orig 2020-09-24 20:13:28 UTC
+++ setup.py
@@ -129,7 +129,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>=1.0.2rc4"
setup(
name='angr',