Skip to content

Commit

Permalink
pwntools: add patch for fix unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
linxon committed Nov 21, 2019
1 parent 7829de2 commit dc9a857
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
12 changes: 12 additions & 0 deletions 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',
Expand Up @@ -33,9 +33,12 @@ RDEPEND="${PYTHON_DEPS}
dev-python/psutil[${PYTHON_USEDEP}]
<dev-python/intervaltree-3.0[${PYTHON_USEDEP}]
<dev-python/sortedcontainers-2.0[${PYTHON_USEDEP}]
dev-util/unicorn[python,${PYTHON_USEDEP}]"
dev-util/unicorn[python,unicorn_targets_x86(+),${PYTHON_USEDEP}]"

DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

PATCHES=( "${FILESDIR}/${P}_do_not_mess_with_docs.patch" )
PATCHES=(
"${FILESDIR}/${P}_do_not_mess_with_docs.patch"
"${FILESDIR}/${P}_update_deps.patch"
)

0 comments on commit dc9a857

Please sign in to comment.