summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2021-12-24 12:01:17 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-04 08:40:52 -0800
commitee05c062281e309a5e22026417936ed020546c18 (patch)
treed0ccadfa9550430017aa02d7fb481e103beac3c5 /meta-python/recipes-devtools
parentcffe78bfe1addb95b6b40242a8476f81255f4c20 (diff)
downloadmeta-openembedded-ee05c062281e309a5e22026417936ed020546c18.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb5
1 files changed, 4 insertions, 1 deletions
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/"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e"
8 8
9DEPENDS += "python3-pip-native" 9DEPENDS += "\
10 python3-pip-native \
11 python3-setuptools-scm-native \
12"
10 13
11SRC_URI += "file://run-ptest \ 14SRC_URI += "file://run-ptest \
12 " 15 "