From 576a017721f95f6c5cbe022f22660514771d6c5f Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 30 Jan 2018 10:37:45 -0500 Subject: openvswitch: drop no longer existing python3 dependencies Several python3 packages have been removed as the functionality has been moved into python3 core. As such we can no longer RDEPENDS on these packages, nor is there a need to. See similar commits in meta-openembedded: df997e0747de - Remove deprecated python3-subprocess from the RDEPENDS 90b1f996af78 - Remove deprecated python3-argparse from the RDEPENDS ef52e9980433 - Remove deprecated python3-lang from the RDEPENDS This is fallout from openembedded core commit: 54ac820b8a63 - python3: Restructure python3 packaging and replace it with autopackaging Signed-off-by: Mark Asselstine --- recipes-networking/openvswitch/openvswitch_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 7898067d..662d5b04 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb @@ -3,12 +3,12 @@ require openvswitch.inc DEPENDS += "virtual/kernel" RDEPENDS_${PN}-ptest += "\ - python3-logging python3-syslog python3-argparse python3-io \ - python3-fcntl python3-shell python3-lang python3-xml python3-math \ + python3-logging python3-syslog python3-io \ + python3-fcntl python3-shell python3-xml python3-math \ python3-datetime python3-netclient python3 sed \ ldd perl-module-socket perl-module-carp perl-module-exporter \ perl-module-xsloader python3-netserver python3-threading \ - python3-resource python3-subprocess findutils which \ + python3-resource findutils which \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf