MFH: r561718
Fix build Reported by: pkg-fallout
This commit is contained in:
parent
a8709cc2d1
commit
b3b35373d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=561719
11
security/py-angr/files/patch-setup.py
Normal file
11
security/py-angr/files/patch-setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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',
|
Loading…
Reference in New Issue
Block a user