mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-06 23:50:28 +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:
@@ -10,13 +10,13 @@ inherit python_poetry_core pypi
|
||||
PIP_INSTALL_PACKAGE = "pymisp"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-dateutil \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-jsonschema \
|
||||
${PYTHON_PN}-requests \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-deprecated \
|
||||
${PYTHON_PN}-wrapt \
|
||||
python3-dateutil \
|
||||
python3-json \
|
||||
python3-jsonschema \
|
||||
python3-requests \
|
||||
python3-six \
|
||||
python3-deprecated \
|
||||
python3-wrapt \
|
||||
"
|
||||
|
||||
# Fixes: python3-pymisp requires /bin/bash, but no
|
||||
|
||||
Reference in New Issue
Block a user