From b11f1bf6e1a10123449239f6a84cc56151896fc4 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 28 Jan 2013 23:23:46 +0100 Subject: systemd: systemd-analyze remove python runtime dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit systemd-analyze was rewritten in C (From OE-Core rev: d0682242fb44042497764ecc821b19c3f89054a0) (From OE-Core rev: 83b0af0aa50e1b0259ae13ea723289a3edb7d9e2) Signed-off-by: Andreas Müller Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd_197.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index bf7fd54da1..48188baf9d 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -112,8 +112,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}" -- cgit v1.2.3-54-g00ecf