diff options
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.bb | 12 |
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 | |||
13 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" | 13 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" |
14 | 14 | ||
15 | RDEPENDS:${PN} = "\ | 15 | RDEPENDS:${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 | ||
24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |