diff options
author | Ross Burton <ross.burton@arm.com> | 2022-03-14 21:01:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 08:48:08 +0000 |
commit | 8e88d32bdf4961f388c7b877cbb1b10e0bbe08f8 (patch) | |
tree | 57f8ee340632b6a157085aaedf93383f3bd3b4b9 /meta/recipes-devtools/python/python3-poetry-core_1.0.8.bb | |
parent | dc59a7aad5e0e28fabbccee733fdc6392681ef14 (diff) | |
download | poky-8e88d32bdf4961f388c7b877cbb1b10e0bbe08f8.tar.gz |
python3-poetry-core: remove obsolete PIP_INSTALL_PACKAGE
(From OE-Core rev: ed53e6728704ac77f15fe266a63b453ba1a2a846)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-poetry-core_1.0.8.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-poetry-core_1.0.8.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.0.8.bb b/meta/recipes-devtools/python/python3-poetry-core_1.0.8.bb index 99ec763c4d..22d7076d01 100644 --- a/meta/recipes-devtools/python/python3-poetry-core_1.0.8.bb +++ b/meta/recipes-devtools/python/python3-poetry-core_1.0.8.bb | |||
@@ -23,8 +23,6 @@ SRC_URI[sha256sum] = "951fc7c1f8d710a94cb49019ee3742125039fc659675912ea614ac2aa4 | |||
23 | 23 | ||
24 | inherit poetry_core pypi | 24 | inherit poetry_core pypi |
25 | 25 | ||
26 | PIP_INSTALL_PACKAGE = "poetry_core" | ||
27 | |||
28 | RDEPENDS:${PN}:append:class-target = "\ | 26 | RDEPENDS:${PN}:append:class-target = "\ |
29 | python3-compression \ | 27 | python3-compression \ |
30 | python3-core \ | 28 | python3-core \ |