python3-execnet: depend on setuptools-scm

as this otherwise will be pulled on the fly while compiling

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Konrad Weihmann
2021-12-24 12:01:17 +01:00
committed by Khem Raj
parent cffe78bfe1
commit ee05c06228

View File

@@ -6,7 +6,10 @@ HOMEPAGE = "https://execnet.readthedocs.io/en/latest/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e"
DEPENDS += "python3-pip-native"
DEPENDS += "\
python3-pip-native \
python3-setuptools-scm-native \
"
SRC_URI += "file://run-ptest \
"