cnetworkmanager_git.bb: python-uuid is not provided remove it from RDEPENDS
authorKhem Raj <raj.khem@gmail.com>
Sat, 28 Aug 2010 19:12:32 +0000 (12:12 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 1 Sep 2010 20:52:01 +0000 (13:52 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/networkmanager/cnetworkmanager_git.bb

index d8ec179..5625502 100644 (file)
@@ -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"