pwntools: add patch for fix unused deps

This commit is contained in:
Yury Martynov 2019-11-21 22:28:32 +03:00
parent 7829de2d0e
commit dc9a85701d
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 17 additions and 2 deletions

View file

@ -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',

View file

@ -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"
)