[meta-python,2/2] python3-poetry-core: Setting PIP_INSTALL_PACKAGE is no longer needed

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

Commit Message

Khem Raj March 12, 2022, 9:33 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-poetry-core_1.0.8.bb        | 2 --
 1 file changed, 2 deletions(-)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb b/meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb
index 99ec763c4d..22d7076d01 100644
--- a/meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-poetry-core_1.0.8.bb
@@ -23,8 +23,6 @@  SRC_URI[sha256sum] = "951fc7c1f8d710a94cb49019ee3742125039fc659675912ea614ac2aa4
 
 inherit poetry_core pypi
 
-PIP_INSTALL_PACKAGE = "poetry_core"
-
 RDEPENDS:${PN}:append:class-target = "\
     python3-compression \
     python3-core \