summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cffi.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-29 17:45:21 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:57 -0800
commit5a335fc7de0488d86a506608a823bf3c98e3ca28 (patch)
tree27c7319127f14292a305fdf594c065b964b60852 /meta-python/recipes-devtools/python/python-cffi.inc
parent5791bf8388a9490b89e0042503630fb021f476c9 (diff)
downloadmeta-openembedded-5a335fc7de0488d86a506608a823bf3c98e3ca28.tar.gz
python-cffi: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cffi.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-cffi.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc
index 8dcdb6334..78addb63f 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"
8SRC_URI[sha256sum] = "ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6" 8SRC_URI[sha256sum] = "ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6"
9 9
10RDEPENDS_${PN}_class-target = " \ 10RDEPENDS_${PN}_class-target = " \
11 ${PYTHON_PN}-ctypes \
11 ${PYTHON_PN}-io \ 12 ${PYTHON_PN}-io \
13 ${PYTHON_PN}-shell \
14 ${PYTHON_PN}-subprocess \
12" 15"
13 16
14BBCLASSEXTEND = "native nativesdk" 17BBCLASSEXTEND = "native nativesdk"