From patchwork Mon Jan 28 22:23:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [2/2] systemd: systemd-analyze remove python runtime dependencies Date: Mon, 28 Jan 2013 22:23:46 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40googlemail=2Ecom=3E?= X-Patchwork-Id: 43585 Message-Id: <1359411826-5264-3-git-send-email-schnitzeltony@googlemail.com> To: openembedded-core@lists.openembedded.org systemd-analyze was rewritten in C Signed-off-by: Andreas Müller --- meta/recipes-core/systemd/systemd_197.bb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 280fa51..a956265 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -113,8 +113,6 @@ USERADD_PACKAGES = "${PN}" GROUPADD_PARAM_${PN} = "-r lock" FILES_${PN}-analyze = "${base_bindir}/systemd-analyze" -RDEPENDS_${PN}-analyze = "python-dbus python-argparse python-textutils" -RRECOMMENDS_${PN}-analyze = "python-pycairo" FILES_${PN}-initramfs = "/init" RDEPENDS_${PN}-initramfs = "${PN}"