diff options
Diffstat (limited to 'meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb')
| -rw-r--r-- | meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb b/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb index 01ca63746b..84acc86817 100644 --- a/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb +++ b/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb | |||
| @@ -26,7 +26,7 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
| 26 | 26 | ||
| 27 | inherit setuptools3 ptest | 27 | inherit setuptools3 ptest |
| 28 | 28 | ||
| 29 | do_install_append() { | 29 | do_install:append() { |
| 30 | mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 | 30 | mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 |
| 31 | mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy3 | 31 | mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy3 |
| 32 | } | 32 | } |
| @@ -36,6 +36,6 @@ do_install_ptest() { | |||
| 36 | sed -i 's,@PTEST_PATH@,${PTEST_PATH},' ${D}${PTEST_PATH}/run-ptest | 36 | sed -i 's,@PTEST_PATH@,${PTEST_PATH},' ${D}${PTEST_PATH}/run-ptest |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | RDEPENDS_${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-cryptography ${PYTHON_PN}-netclient \ | 39 | RDEPENDS:${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-cryptography ${PYTHON_PN}-netclient \ |
| 40 | ${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \ | 40 | ${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \ |
| 41 | ${PYTHON_PN}-threading ${PYTHON_PN}-numbers ${PYTHON_PN}-pycrypto" | 41 | ${PYTHON_PN}-threading ${PYTHON_PN}-numbers ${PYTHON_PN}-pycrypto" |
