mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Khem Raj
parent
cffe78bfe1
commit
ee05c06228
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user