summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-01-30 10:37:45 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-01-30 17:11:32 -0500
commit576a017721f95f6c5cbe022f22660514771d6c5f (patch)
tree651a62a83aa670d9c6c9525f6ba19090deda0bba
parentb6614e8f58e7a9aa50e7d7c9fad6c6cd5de69ab0 (diff)
downloadmeta-virtualization-576a017721f95f6c5cbe022f22660514771d6c5f.tar.gz
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 <mark.asselstine@windriver.com>
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb6
1 files 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
3DEPENDS += "virtual/kernel" 3DEPENDS += "virtual/kernel"
4 4
5RDEPENDS_${PN}-ptest += "\ 5RDEPENDS_${PN}-ptest += "\
6 python3-logging python3-syslog python3-argparse python3-io \ 6 python3-logging python3-syslog python3-io \
7 python3-fcntl python3-shell python3-lang python3-xml python3-math \ 7 python3-fcntl python3-shell python3-xml python3-math \
8 python3-datetime python3-netclient python3 sed \ 8 python3-datetime python3-netclient python3 sed \
9 ldd perl-module-socket perl-module-carp perl-module-exporter \ 9 ldd perl-module-socket perl-module-carp perl-module-exporter \
10 perl-module-xsloader python3-netserver python3-threading \ 10 perl-module-xsloader python3-netserver python3-threading \
11 python3-resource python3-subprocess findutils which \ 11 python3-resource findutils which \
12 " 12 "
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"