diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:25:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-02 11:45:25 +0100 |
commit | acea8caa0ce4f8fd1a0d33c01c12d4b5a81508d8 (patch) | |
tree | 1de8d26254f578aba53b7ab6db8c9bea1e8509ff /meta/recipes-core/systemd | |
parent | 91c3d8859676a8b0615563e1f8855566359f90c7 (diff) | |
download | openembedded-core-acea8caa0ce4f8fd1a0d33c01c12d4b5a81508d8.tar.gz openembedded-core-acea8caa0ce4f8fd1a0d33c01c12d4b5a81508d8.tar.bz2 openembedded-core-acea8caa0ce4f8fd1a0d33c01c12d4b5a81508d8.zip |
systemd: drop python dependency for ptests
Python tests are not actually used, because systemd is configured
using --without-python
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd_229.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb index c2cc06991b..4b726f3a39 100644 --- a/meta/recipes-core/systemd/systemd_229.bb +++ b/meta/recipes-core/systemd/systemd_229.bb @@ -314,7 +314,7 @@ FILES_${PN}-analyze = "${bindir}/systemd-analyze" FILES_${PN}-initramfs = "/init" RDEPENDS_${PN}-initramfs = "${PN}" -RDEPENDS_${PN}-ptest += "gawk make perl python bash xz \ +RDEPENDS_${PN}-ptest += "gawk make perl bash xz \ tzdata tzdata-americas tzdata-asia \ tzdata-europe tzdata-africa tzdata-antarctica \ tzdata-arctic tzdata-atlantic tzdata-australia \ |