From bb9d3688f1b5a5f91ee3e1675bd802c5f9c189f3 Mon Sep 17 00:00:00 2001 From: Alejandro Enedino Hernandez Samaniego Date: Sun, 13 Mar 2022 20:03:28 -0600 Subject: meta-python: Clean up recipes and classes that were moved to oe-core Signed-off-by: Alejandro Enedino Hernandez Samaniego Signed-off-by: Khem Raj Signed-off-by: tgamblin --- meta-python/recipes-devtools/python/python3-pymisp_2.4.155.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-pymisp_2.4.155.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.155.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.155.1.bb index ef18671a0a..613a009d43 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.155.1.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.155.1.bb @@ -7,7 +7,7 @@ SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" SRCREV = "03dc22f9598e6caae81b0e40ce27bf3f17799f4e" S = "${WORKDIR}/git" -inherit poetry_core +inherit python_poetry_core PIP_INSTALL_PACKAGE = "pymisp" -- cgit v1.2.3-54-g00ecf