mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
profile: unmask and keyword ipython v7.2* and kids with prompt_toolkit 2 support
This commit is contained in:
parent
f634eec41d
commit
a49b8dc91a
4 changed files with 19 additions and 4 deletions
|
|
@ -323,3 +323,7 @@ dev-python/htmlentities
|
|||
|
||||
#required by qark
|
||||
~dev-python/javalang-0.12.0
|
||||
|
||||
#~dev-util/frida-tools-1.2.3
|
||||
~dev-python/backcall-0.1.0
|
||||
~dev-python/ipython-7.2.0
|
||||
|
|
|
|||
|
|
@ -41,13 +41,13 @@ dev-util/intel-ocl-sdk
|
|||
|
||||
~dev-util/dependency-check-bin-3.3.2
|
||||
|
||||
#1.2.3 requires prompt_toolkit 2 which breaks ipython which breaks androguard
|
||||
~dev-util/frida-tools-1.2.2
|
||||
#1.2.3 requires prompt_toolkit 2
|
||||
>=dev-util/frida-tools-1.2.3
|
||||
#~dev-util/objection-1.4.1
|
||||
=dev-util/objection-1.4.1_p*
|
||||
|
||||
dev-util/gn amd64
|
||||
|
||||
~dev-util/objection-1.4.1
|
||||
|
||||
dev-util/appmon
|
||||
|
||||
~dev-util/electron-packager-13.0.1
|
||||
|
|
|
|||
|
|
@ -14,3 +14,6 @@ app-forensics/libewf
|
|||
net-analyzer/w3af
|
||||
|
||||
app-forensics/libbfio
|
||||
|
||||
#required for dev-python/prompt_toolkit 2
|
||||
=dev-python/ipython-7*
|
||||
|
|
|
|||
|
|
@ -16,3 +16,11 @@ dev-python/pyside webkit
|
|||
|
||||
#urh
|
||||
dev-python/PyQt5 testlib
|
||||
|
||||
# >=ipython-6 does not support python2
|
||||
dev-python/ipykernel -python_targets_python2_7
|
||||
dev-python/ipyparallel -python_targets_python2_7
|
||||
dev-python/notebook -python_targets_python2_7
|
||||
dev-python/qtconsole -python_targets_python2_7
|
||||
|
||||
dev-util/androguard -python_targets_python2_7
|
||||
|
|
|
|||
Loading…
Reference in a new issue