mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00: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