summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb
index 6ee5b25bda..521df9dcd4 100644
--- a/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb
@@ -13,12 +13,12 @@ inherit pypi setuptools3
13UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" 13UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
14 14
15RDEPENDS:${PN} = "\ 15RDEPENDS:${PN} = "\
16 ${PYTHON_PN}-core \ 16 python3-core \
17 ${PYTHON_PN}-io \ 17 python3-io \
18 ${PYTHON_PN}-terminal \ 18 python3-terminal \
19 ${PYTHON_PN}-resource \ 19 python3-resource \
20 ${PYTHON_PN}-fcntl \ 20 python3-fcntl \
21 ${PYTHON_PN}-ptyprocess \ 21 python3-ptyprocess \
22" 22"
23 23
24BBCLASSEXTEND = "native nativesdk" 24BBCLASSEXTEND = "native nativesdk"