[meta-python,2/3] python3-execnet: depend on setuptools-scm

Message ID AM9PR09MB464289A3C2D583787C502A5CA87F9@AM9PR09MB4642.eurprd09.prod.outlook.com
State New
Headers show
Series [meta-python,1/3] python3-lazy-object-proxy: upgrade 1.6.0 > 1.7.1 | expand

Commit Message

Konrad Weihmann Dec. 24, 2021, 11:01 a.m. UTC
as this otherwise will be pulled on the fly while compiling

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Patch

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 \
            "