[oe-commits] [meta-openembedded] 06/11: networkd-dispatcher: remove unneeded RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Oct 11 04:59:27 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 667e76f853d04ec5869b40213b1aeeee5461c59e
Author: Bartosz Golaszewski <bgolaszewski at baylibre.com>
AuthorDate: Fri Oct 11 00:34:28 2019 +0200

    networkd-dispatcher: remove unneeded RDEPENDS
    
    We already depend on systemd in DISTRO_FEATURES so adding it to
    RDEPENDS is redundant. We also rdepend on two python packages, so
    there's no need to explicitly depend on python3.
    
    Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb
index c700bd1..06c83e9 100644
--- a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb
+++ b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
 
 inherit distro_features_check
 
-RDEPENDS_${PN} = "systemd python3 python3-pygobject python3-dbus"
+RDEPENDS_${PN} = "python3-pygobject python3-dbus"
 REQUIRED_DISTRO_FEATURES = "systemd"
 
 SRC_URI = "https://gitlab.com/craftyguy/networkd-dispatcher/-/archive/${PV}/networkd-dispatcher-${PV}.tar.bz2"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list