diff options
author | Mingli Yu <Mingli.Yu@windriver.com> | 2018-07-17 20:45:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-20 16:07:11 -0700 |
commit | 065b2027128662479920ef2142ed997e6a18f3b7 (patch) | |
tree | 226607a2b2a655e3f848dcff07a860cfa15d41d5 /meta-python/recipes-devtools/python/python-py.inc | |
parent | d48d265d3d65e227a907e5a3ce66c39a4ab4ecc9 (diff) | |
download | meta-openembedded-065b2027128662479920ef2142ed997e6a18f3b7.tar.gz |
python-py.inc: add ${PYTHON_PN}-setuptools-scm-native to DEPENDS
Add ${PYTHON_PN}-setuptools-scm-native to DEPENDS to avoid
download during do_compile
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-py.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-py.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-py.inc b/meta-python/recipes-devtools/python/python-py.inc index 495becfc13..3480cb5bbd 100644 --- a/meta-python/recipes-devtools/python/python-py.inc +++ b/meta-python/recipes-devtools/python/python-py.inc | |||
@@ -6,4 +6,5 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" | |||
6 | SRC_URI[md5sum] = "7502d66fa68ea4ae5b61c511cd177d6a" | 6 | SRC_URI[md5sum] = "7502d66fa68ea4ae5b61c511cd177d6a" |
7 | SRC_URI[sha256sum] = "3fd59af7435864e1a243790d322d763925431213b6b8529c6ca71081ace3bbf7" | 7 | SRC_URI[sha256sum] = "3fd59af7435864e1a243790d322d763925431213b6b8529c6ca71081ace3bbf7" |
8 | 8 | ||
9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
9 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |