diff options
| author | Scott Ellis <scottellis.developer@gmail.com> | 2019-01-19 06:16:00 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2019-02-11 18:00:54 -0800 |
| commit | 82118c2bd4c6169b20927c6bcb72766cc2d36ccc (patch) | |
| tree | ebe6ab445dc9fe2ced4de566755fe52c6900ed98 /recipes-security/scapy/python-scapy.inc | |
| parent | 29ef6cccea09ba17be9c5d623039adcfc3796840 (diff) | |
| download | meta-security-82118c2bd4c6169b20927c6bcb72766cc2d36ccc.tar.gz | |
Upgrade scapy to 2.4.2
Upstream MANIFEST.in removed doc and test directories
so remove ptest.
Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/scapy/python-scapy.inc')
| -rw-r--r-- | recipes-security/scapy/python-scapy.inc | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes-security/scapy/python-scapy.inc b/recipes-security/scapy/python-scapy.inc index 5abe7db..95e5312 100644 --- a/recipes-security/scapy/python-scapy.inc +++ b/recipes-security/scapy/python-scapy.inc | |||
| @@ -5,15 +5,10 @@ LICENSE = "GPLv2" | |||
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM = "file://bin/scapy;beginline=9;endline=13;md5=1d5249872cc54cd4ca3d3879262d0c69" | 6 | LIC_FILES_CHKSUM = "file://bin/scapy;beginline=9;endline=13;md5=1d5249872cc54cd4ca3d3879262d0c69" |
| 7 | 7 | ||
| 8 | SRC_URI[md5sum] = "d7d3c4294f5a718e234775d38dbeb7ec" | 8 | SRC_URI[md5sum] = "e6a03d8c924a6bbde1e86fc58bd2b9d6" |
| 9 | SRC_URI[sha256sum] = "452f714f5c2eac6fd0a6146b1dbddfc24dd5f4103f3ed76227995a488cfb2b73" | 9 | SRC_URI[sha256sum] = "1baa048936207ceb1a4281a0e1e3b4317667c754872a0bb4734c5213c468e86a" |
| 10 | 10 | ||
| 11 | inherit pypi ptest | 11 | inherit pypi |
| 12 | |||
| 13 | do_install_ptest() { | ||
| 14 | install -m 0644 ${S}/test/regression.uts ${D}${PTEST_PATH} | ||
| 15 | sed -i 's,@PTEST_PATH@,${PTEST_PATH},' ${D}${PTEST_PATH}/run-ptest | ||
| 16 | } | ||
| 17 | 12 | ||
| 18 | RDEPENDS_${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-netclient \ | 13 | RDEPENDS_${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-netclient \ |
| 19 | ${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \ | 14 | ${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \ |
