1
0
Fork 0

Add pwntools

This is basicaly the same spec file as used in the official
Fedora with just a version bump to the lastest.
This commit is contained in:
Carlos Mogas da Silva 2021-05-21 17:40:22 +01:00
parent f72b9631d6
commit f34e2f6440
5 changed files with 142 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,12 @@
diff -u a/setup.py b/setup.py
--- a/setup.py 2021-04-30 17:09:40.000000000 +0100
+++ b/setup.py 2021-05-21 14:51:11.900159197 +0100
@@ -60,7 +60,7 @@
'psutil>=3.3.0',
'intervaltree>=3.0',
'sortedcontainers',
- 'unicorn>=1.0.2rc1,<1.0.2rc4', # see unicorn-engine/unicorn#1100, unicorn-engine/unicorn#1170, Gallopsled/pwntools#1538
+ 'unicorn>=1.0.2rc1',
'six>=1.12.0',
'rpyc',
'colored_traceback',