From c2b210d20941011f3f79590d9df115c18c4c8eb7 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 1 Mar 2022 12:33:53 -0800 Subject: python3-pymisp: inherit poetry_core * Use PEP-517 build-backend instead of setuptools3. * Also set PIP_INSTALL_PACKAGE = "pymisp" Signed-off-by: Tim Orling Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb index 254330bf5d..18f5f9cd90 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.152.bb @@ -7,7 +7,9 @@ SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" SRCREV = "d991e53f9a9641f454e116e83d2913edf405a53f" S = "${WORKDIR}/git" -inherit setuptools3 +inherit poetry_core + +PIP_INSTALL_PACKAGE = "pymisp" RDEPENDS:${PN} += " \ ${PYTHON_PN}-dateutil \ -- cgit v1.2.3-54-g00ecf