mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
scapy: Depend on dev-lang/python because virtual/python will go away, bug b.g.o #358849
This commit is contained in:
parent
5225d848a0
commit
8a3815dc06
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ SLOT="0"
|
|||
KEYWORDS="amd64 x86"
|
||||
IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
|
||||
|
||||
DEPEND="virtual/python"
|
||||
DEPEND="dev-lang/python"
|
||||
RDEPEND="net-analyzer/tcpdump
|
||||
gnuplot? ( dev-python/gnuplot-py )
|
||||
pyx? ( dev-python/pyx )
|
||||
|
|
@ -28,7 +28,7 @@ RDEPEND="net-analyzer/tcpdump
|
|||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-config-file.patch
|
||||
epatch "${FILESDIR}"/${P}-with-which-width.patch || die "Failed to patch"
|
||||
epatch "${FILESDIR}"/${P}-with-which-width.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue