From ee05c062281e309a5e22026417936ed020546c18 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Fri, 24 Dec 2021 12:01:17 +0100 Subject: python3-execnet: depend on setuptools-scm as this otherwise will be pulled on the fly while compiling Signed-off-by: Konrad Weihmann Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb b/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb index 73bdd7007..ea17e8414 100644 --- a/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb @@ -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 \ " -- cgit v1.2.3-54-g00ecf