diff --git a/app-exploits/pwntools/files/pwntools-3.13.0_update_deps.patch b/app-exploits/pwntools/files/pwntools-3.13.0_update_deps.patch new file mode 100644 index 000000000..2026f38e0 --- /dev/null +++ b/app-exploits/pwntools/files/pwntools-3.13.0_update_deps.patch @@ -0,0 +1,12 @@ +diff -ur a/setup.py b/setup.py +--- a/setup.py 2019-11-05 20:39:55.000000000 +0300 ++++ b/setup.py 2019-11-21 22:24:34.678081669 +0300 +@@ -50,8 +50,6 @@ + 'ropgadget>=5.3', + 'pyserial>=2.7', + 'requests>=2.0', +- 'pip>=6.0.8', +- 'tox>=1.8.1', + 'pygments>=2.0', + 'pysocks', + 'python-dateutil', diff --git a/app-exploits/pwntools/pwntools-3.13.0.ebuild b/app-exploits/pwntools/pwntools-3.13.0-r1.ebuild similarity index 88% rename from app-exploits/pwntools/pwntools-3.13.0.ebuild rename to app-exploits/pwntools/pwntools-3.13.0-r1.ebuild index b8f022e1a..8565d9a86 100644 --- a/app-exploits/pwntools/pwntools-3.13.0.ebuild +++ b/app-exploits/pwntools/pwntools-3.13.0-r1.ebuild @@ -33,9 +33,12 @@ RDEPEND="${PYTHON_DEPS} dev-python/psutil[${PYTHON_USEDEP}]