[oe-commits] [openembedded-core] 33/59: qemu: remove runtime python dependency

git at git.openembedded.org git at git.openembedded.org
Mon May 30 22:00:05 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 56d800a13c17828efde79f4ea250da76fc039c9a
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Fri May 6 18:04:51 2016 +0300

    qemu: remove runtime python dependency
    
    Nothing seems to require it.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 36d600f..bf689bb 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -2,7 +2,7 @@ SUMMARY = "Fast open source processor emulator"
 HOMEPAGE = "http://qemu.org"
 LICENSE = "GPLv2 & LGPLv2.1"
 DEPENDS = "glib-2.0 zlib pixman"
-RDEPENDS_${PN}_class-target += "bash python"
+RDEPENDS_${PN}_class-target += "bash"
 RDEPENDS_${PN}-ptest = "bash make"
 
 require qemu-targets.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list