From 726082f805288e64069fe8fba036253d9fb6c989 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 28 Aug 2010 12:12:32 -0700 Subject: [PATCH] cnetworkmanager_git.bb: python-uuid is not provided remove it from RDEPENDS Signed-off-by: Khem Raj Acked-by: Frans Meulenbroeks --- recipes/networkmanager/cnetworkmanager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/networkmanager/cnetworkmanager_git.bb b/recipes/networkmanager/cnetworkmanager_git.bb index d8ec179dc2..5625502bfd 100644 --- a/recipes/networkmanager/cnetworkmanager_git.bb +++ b/recipes/networkmanager/cnetworkmanager_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Command line interface for Network Manager" HOMEPAGE = "http://vidner.net/martin/software/cnetworkmanager/" LICENSE = "GPL" SECTION = "console/network" -RDEPENDS_${PN} = "python-core python-crypt python-dbus python-math python-pygobject python-re python-textutils python-uuid python-xml" +RDEPENDS_${PN} = "python-core python-crypt python-dbus python-math python-pygobject python-re python-textutils python-xml" PR = "r2" PV = "0.8+git" -- 2.39.5