mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
meta-python: 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:
@@ -4,7 +4,7 @@ SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-wheel-native"
|
||||
DEPENDS += "python3-wheel-native"
|
||||
|
||||
PYPI_PACKAGE = "python3-nmap"
|
||||
|
||||
@@ -13,6 +13,6 @@ SRC_URI[sha256sum] = "892b5091cde429fabfb8ba63382b2db8fd795193ba147558d0a7d5534c
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "nmap \
|
||||
${PYTHON_PN}-requests \
|
||||
${PYTHON_PN}-simplejson \
|
||||
python3-requests \
|
||||
python3-simplejson \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user