mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-07-13 19:45:09 +02:00
python3-pybind11: Use setuptools3 instead of distutils3 functions
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user