From 8c1c392ca34da1c64336d0aa2d0a26b9c23d8d39 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 27 Mar 2017 16:19:55 +0300 Subject: dnf: move the entire dnf/rpm4 stack to Python 3 [YOCTO #11180] (From OE-Core rev: bedcdc4cf921b70a8cfb16c6684668d0ac9e1942) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/librepo/librepo_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/librepo') diff --git a/meta/recipes-devtools/librepo/librepo_git.bb b/meta/recipes-devtools/librepo/librepo_git.bb index 3f3c5fbcf5..2f194f1439 100644 --- a/meta/recipes-devtools/librepo/librepo_git.bb +++ b/meta/recipes-devtools/librepo/librepo_git.bb @@ -16,9 +16,9 @@ S = "${WORKDIR}/git" DEPENDS = "curl expat glib-2.0 openssl attr libcheck gpgme" -inherit cmake distutils-base pkgconfig +inherit cmake distutils3-base pkgconfig -EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR}" +EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf