Skip to content

Commit

Permalink
Freeze unicorn (see #1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arusekk committed Jun 2, 2020
1 parent c4c11a3 commit 163c19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -60,7 +60,7 @@
'psutil>=3.3.0',
'intervaltree>=3.0',
'sortedcontainers',
'unicorn>=1.0.2rc1', # see unicorn-engine/unicorn#1100, unicorn-engine/unicorn#1170
'unicorn>=1.0.2rc1,<1.0.2rc4', # see unicorn-engine/unicorn#1100, unicorn-engine/unicorn#1170, Gallopsled/pwntools#1538
]

# Check that the user has installed the Python development headers
Expand Down

1 comment on commit 163c19d

@heapcrash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change breaks macOS installation on Python2 but I figure having MIPS work is more important

Please sign in to comment.