[oe-commits] [meta-openembedded] 17/19: python-cffi: add missing RDEPENDS on pycparser

git at git.openembedded.org git at git.openembedded.org
Tue Jul 16 16:11:33 UTC 2019


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 09a2a684eb7e38c2f6da69fdfd5363e971528316
Author: Joshua Lock <joshuagloe at gmail.com>
AuthorDate: Tue Jul 16 16:45:44 2019 +0100

    python-cffi: add missing RDEPENDS on pycparser
    
    pycparser is a dependency as listed in the installation docs:
    https://cffi.readthedocs.io/en/release-1.12/installation.html
    
    Signed-off-by: Joshua Lock <jlock at vmware.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-cffi.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc
index d86306b..818d238 100644
--- a/meta-python/recipes-devtools/python/python-cffi.inc
+++ b/meta-python/recipes-devtools/python/python-cffi.inc
@@ -10,6 +10,7 @@ SRC_URI[sha256sum] = "041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744
 RDEPENDS_${PN}_class-target = " \
     ${PYTHON_PN}-ctypes \
     ${PYTHON_PN}-io \
+    ${PYTHON_PN}-pycparser \
     ${PYTHON_PN}-shell \
 "
 

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


More information about the Openembedded-commits mailing list