[meta-python] poetry_core.bbclass: adjust for pip_install_wheel.bbclass -> python_pep517.bbclass rename

Message ID 20220312085607.1129037-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] poetry_core.bbclass: adjust for pip_install_wheel.bbclass -> python_pep517.bbclass rename | expand

Commit Message

Khem Raj March 12, 2022, 8:56 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/classes/poetry_core.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta-python/classes/poetry_core.bbclass b/meta-python/classes/poetry_core.bbclass
index fb37c78c78..77ccb0228b 100644
--- a/meta-python/classes/poetry_core.bbclass
+++ b/meta-python/classes/poetry_core.bbclass
@@ -1,4 +1,4 @@ 
-inherit pip_install_wheel python3native setuptools3-base
+inherit python_pep517 python3native setuptools3-base
 
 DEPENDS += "python3-poetry-core-native"