From 31f1e5f438d19aa329e5f38b1ab4e7d521eff8a1 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 6 Sep 2017 12:54:45 +0800 Subject: python3-pip: extend to nativesdk Extend python3-pip to nativesdk because some nativesdk python3 packages need it, e.g. nativesdk-python3-django from meta-python layer. Signed-off-by: Chen Qi Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-pip_9.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-pip_9.0.1.bb b/meta/recipes-devtools/python/python3-pip_9.0.1.bb index 4456b9b1b1..9b907a2631 100644 --- a/meta/recipes-devtools/python/python3-pip_9.0.1.bb +++ b/meta/recipes-devtools/python/python3-pip_9.0.1.bb @@ -53,4 +53,4 @@ RDEPENDS_${PN} = "\ python3-xmlrpc \ " -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg