mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
meta-networking: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ do_install_ptest() {
|
||||
sed -i 's,@PTEST_PATH@,${PTEST_PATH},' ${D}${PTEST_PATH}/run-ptest
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-cryptography ${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-threading ${PYTHON_PN}-numbers ${PYTHON_PN}-fcntl ${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-difflib"
|
||||
RDEPENDS:${PN} = "tcpdump python3-compression python3-cryptography python3-netclient \
|
||||
python3-netserver python3-pydoc python3-pkgutil python3-shell \
|
||||
python3-threading python3-numbers python3-fcntl python3-logging \
|
||||
python3-difflib"
|
||||
|
||||
Reference in New Issue
Block a user