mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pwntools: add patch for fix unused deps
This commit is contained in:
parent
7829de2d0e
commit
dc9a85701d
2 changed files with 17 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
@ -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"
|
||||
)
|
||||
Loading…
Reference in a new issue