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:
parent
f72b9631d6
commit
f34e2f6440
5 changed files with 142 additions and 0 deletions
BIN
pwntools/SOURCES/4.5.0.tar.gz
Normal file
BIN
pwntools/SOURCES/4.5.0.tar.gz
Normal file
Binary file not shown.
12
pwntools/SOURCES/pwntools-4.5.0-fix-unicorn-dependency.patch
Normal file
12
pwntools/SOURCES/pwntools-4.5.0-fix-unicorn-dependency.patch
Normal 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',
|
Loading…
Add table
Add a link
Reference in a new issue