blob: 782c6b1f40f7d2da4c3bc55db33f48b4da3f99a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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',
|