From 7f6966555c8683134296305b5a2e2a99b643af56 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Mar 2022 12:02:04 +0000 Subject: meta: remove obsolete PIP_INSTALL_PACKAGE PIP_INSTALL_PACKAGE isn't used anymore, so remove all instances of it from the recipes. (From OE-Core rev: 15baf24f750ab2c8b0a46d4a3bf2ae9bfa3d0aff) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb') diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb b/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb index 5788af3f71..c1e34b205d 100644 --- a/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb +++ b/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb @@ -7,8 +7,6 @@ SRC_URI[sha256sum] = "7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d24 inherit pypi setuptools3 ptest -PIP_INSTALL_PACKAGE = "more_itertools" - SRC_URI += " \ file://run-ptest \ " -- cgit v1.2.3-54-g00ecf