From eef037f199d458e31afb570f9a4930c75c778b68 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 8 Mar 2022 19:31:27 +0000 Subject: [PATCH] python3-scons: remove PIP_INSTALL_DIST_PATH The default is good now, so remove this. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-scons_4.3.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-scons_4.3.0.bb b/meta/recipes-devtools/python/python3-scons_4.3.0.bb index cfb075f65f..624f974805 100644 --- a/meta/recipes-devtools/python/python3-scons_4.3.0.bb +++ b/meta/recipes-devtools/python/python3-scons_4.3.0.bb @@ -8,7 +8,6 @@ SRC_URI += " file://0001-Fix-man-page-installation.patch" SRC_URI[sha256sum] = "d47081587e3675cc168f1f54f0d74a69b328a2fc90ec4feb85f728677419b879" PYPI_PACKAGE = "SCons" -PIP_INSTALL_DIST_PATH = "${B}/build/dist" inherit pypi setuptools3 -- 2.40.1