mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
b6614e8f58
commit
576a017721
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user