diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2021-12-24 12:01:17 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-04 08:40:52 -0800 |
commit | ee05c062281e309a5e22026417936ed020546c18 (patch) | |
tree | d0ccadfa9550430017aa02d7fb481e103beac3c5 /meta-python/recipes-devtools | |
parent | cffe78bfe1addb95b6b40242a8476f81255f4c20 (diff) | |
download | meta-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.bb | 5 |
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/" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=772fcdaca14b378878d05c7d857e6c3e" |
8 | 8 | ||
9 | DEPENDS += "python3-pip-native" | 9 | DEPENDS += "\ |
10 | python3-pip-native \ | ||
11 | python3-setuptools-scm-native \ | ||
12 | " | ||
10 | 13 | ||
11 | SRC_URI += "file://run-ptest \ | 14 | SRC_URI += "file://run-ptest \ |
12 | " | 15 | " |