diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-ptyprocess.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-ptyprocess.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-ptyprocess.inc b/meta-python/recipes-devtools/python/python-ptyprocess.inc index 0cc9114754..a6dc21cf11 100644 --- a/meta-python/recipes-devtools/python/python-ptyprocess.inc +++ b/meta-python/recipes-devtools/python/python-ptyprocess.inc | |||
@@ -15,6 +15,9 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
15 | 15 | ||
16 | RDEPENDS_${PN} = "\ | 16 | RDEPENDS_${PN} = "\ |
17 | ${PYTHON_PN}-core \ | 17 | ${PYTHON_PN}-core \ |
18 | ${PYTHON_PN}-fcntl \ | ||
19 | ${PYTHON_PN}-terminal \ | ||
20 | ${PYTHON_PN}-resource \ | ||
18 | " | 21 | " |
19 | 22 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |