[oe-commits] [meta-openembedded] 29/40: python-cffi: correct the RDEPENDS to work on a minimal python install

git at git.openembedded.org git at git.openembedded.org
Mon Dec 11 16:04:46 UTC 2017


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

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

commit 5a335fc7de0488d86a506608a823bf3c98e3ca28
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Nov 29 17:45:21 2017 -0500

    python-cffi: correct the RDEPENDS to work on a minimal python install
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-cffi.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc
index 8dcdb63..78addb6 100644
--- a/meta-python/recipes-devtools/python/python-cffi.inc
+++ b/meta-python/recipes-devtools/python/python-cffi.inc
@@ -8,7 +8,10 @@ SRC_URI[md5sum] = "a731487324b501c8295221b629d3f5f3"
 SRC_URI[sha256sum] = "ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6"
 
 RDEPENDS_${PN}_class-target = " \
+    ${PYTHON_PN}-ctypes \
     ${PYTHON_PN}-io \
+    ${PYTHON_PN}-shell \
+    ${PYTHON_PN}-subprocess \
 "
 
 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