mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
createrepo-c: inherit setuptools3-base not distutils
[YOCTO #14610] (From OE-Core rev: d95aa31179d208d528c118642f5932d467129653) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
76624204bd
commit
ce2a0fddaa
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
|
||||
DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm"
|
||||
DEPENDS:append:class-native = " file-replacement-native"
|
||||
|
||||
inherit cmake pkgconfig bash-completion distutils3-base
|
||||
inherit cmake pkgconfig bash-completion setuptools3-base
|
||||
|
||||
EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DWITH_ZCHUNK=OFF -DENABLE_DRPM=OFF -DWITH_LIBMODULEMD=OFF"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user