From: Alexander Kanavin Date: Thu, 2 Jun 2016 09:26:00 +0000 (+0300) Subject: libnewt-python: move to Python 3 X-Git-Tag: uninative-1.3~823 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=70e39d11bffd3fa2bb143ea640e470c9da6748ba;p=openembedded-core.git libnewt-python: move to Python 3 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/newt/libnewt-python_0.52.18.bb b/meta/recipes-extended/newt/libnewt-python_0.52.18.bb index ba047574f2..20369effeb 100644 --- a/meta/recipes-extended/newt/libnewt-python_0.52.18.bb +++ b/meta/recipes-extended/newt/libnewt-python_0.52.18.bb @@ -1,10 +1,10 @@ require recipes-extended/newt/libnewt_${PV}.bb SUMMARY .= " - python" -DEPENDS = "libnewt python" -RDEPENDS_${PN} += "python-core" +DEPENDS = "libnewt python3" +RDEPENDS_${PN} += "python3-core" -inherit pythonnative python-dir +inherit python3native python3-dir EXTRA_OECONF += "--with-python" EXTRA_OEMAKE += "PYTHONVERS=${PYTHON_DIR}"