From c3dc184c455d6b03418244564ba1396f16cc803c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 Jan 2022 11:41:46 -0800 Subject: python3-pybind11: Use setuptools3 instead of distutils3 functions Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb index 3c6b2a657d..dfacb41f19 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb @@ -24,12 +24,12 @@ do_configure() { } do_compile() { - distutils3_do_compile + setuptools3_do_compile cmake_do_compile } do_install() { - distutils3_do_install + setuptools3_do_install cmake_do_install } -- cgit v1.2.3-54-g00ecf