meta-networking: Express dependency on meta-python

python3-scapy recipe needed python3-mock package for ptests which is
provided by meta-python.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-02-24 17:06:49 -08:00
parent 4c70fb8051
commit ab7c469bfe
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -13,8 +13,7 @@ BBFILE_PRIORITY_networking-layer = "5"
# cause compatibility issues with other layers
LAYERVERSION_networking-layer = "1"
LAYERDEPENDS_networking-layer = "core"
LAYERDEPENDS_networking-layer += "openembedded-layer"
LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer"
LAYERSERIES_COMPAT_networking-layer = "nanbield"