mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
scapy: seems to work now
This commit is contained in:
parent
2599df3b18
commit
ac9980f521
1 changed files with 14 additions and 14 deletions
|
|
@ -28,20 +28,20 @@ RDEPEND="
|
|||
!virtual/python-scapy"
|
||||
|
||||
S="${WORKDIR}/${P/_/}"
|
||||
#DOC_CONTENTS="
|
||||
#Scapy has optional support for the following packages:
|
||||
#
|
||||
# dev-python/cryptography
|
||||
# dev-python/gnuplot-py
|
||||
# dev-python/ipython
|
||||
# dev-python/pyx
|
||||
# dev-python/visual
|
||||
# media-gfx/graphviz
|
||||
# net-analyzer/tcpreplay
|
||||
# virtual/imagemagick-tools
|
||||
#
|
||||
# See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
|
||||
#"
|
||||
DOC_CONTENTS="
|
||||
Scapy has optional support for the following packages:
|
||||
|
||||
dev-python/cryptography
|
||||
dev-python/gnuplot-py
|
||||
dev-python/ipython
|
||||
dev-python/pyx
|
||||
dev-python/visual
|
||||
media-gfx/graphviz
|
||||
net-analyzer/tcpreplay
|
||||
virtual/imagemagick-tools
|
||||
|
||||
See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
echo ${PV/_/} > ${PN}/VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue