diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cffi.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index d86306bace..818d23815d 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 | |||
10 | RDEPENDS_${PN}_class-target = " \ | 10 | RDEPENDS_${PN}_class-target = " \ |
11 | ${PYTHON_PN}-ctypes \ | 11 | ${PYTHON_PN}-ctypes \ |
12 | ${PYTHON_PN}-io \ | 12 | ${PYTHON_PN}-io \ |
13 | ${PYTHON_PN}-pycparser \ | ||
13 | ${PYTHON_PN}-shell \ | 14 | ${PYTHON_PN}-shell \ |
14 | " | 15 | " |
15 | 16 | ||