[oe-commits] [meta-openembedded] 04/25: python-py.inc: add ${PYTHON_PN}-setuptools-scm-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Sat Jul 21 07:05:04 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 065b2027128662479920ef2142ed997e6a18f3b7
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Tue Jul 17 20:45:57 2018 -0700

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-py.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-py.inc b/meta-python/recipes-devtools/python/python-py.inc
index 495becf..3480cb5 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"
 SRC_URI[md5sum] = "7502d66fa68ea4ae5b61c511cd177d6a"
 SRC_URI[sha256sum] = "3fd59af7435864e1a243790d322d763925431213b6b8529c6ca71081ace3bbf7"
 
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list