[gnome-continuous-yocto/gnomeostree-3.28-rocko: 680/8267] libnewt-python: move to Python 3



commit 296004a4f5ef755b22221163214e0d1fd26b4b52
Author: Alexander Kanavin <alexander kanavin linux intel com>
Date:   Thu Jun 2 12:26:00 2016 +0300

    libnewt-python: move to Python 3
    
    (From OE-Core rev: 70e39d11bffd3fa2bb143ea640e470c9da6748ba)
    
    Signed-off-by: Alexander Kanavin <alexander kanavin linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../newt/libnewt-python_0.52.18.bb                 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
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 ba04757..20369ef 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}"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]