diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb index 86e4c6454f..7f5dde768f 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb | |||
@@ -8,21 +8,21 @@ PYPI_PACKAGE = "ipython" | |||
8 | SRC_URI[sha256sum] = "48fbc236fbe0e138b88773fa0437751f14c3645fb483f1d4c5dee58b37e5ce73" | 8 | SRC_URI[sha256sum] = "48fbc236fbe0e138b88773fa0437751f14c3645fb483f1d4c5dee58b37e5ce73" |
9 | 9 | ||
10 | RDEPENDS:${PN} = "\ | 10 | RDEPENDS:${PN} = "\ |
11 | ${PYTHON_PN}-setuptools \ | 11 | python3-setuptools \ |
12 | ${PYTHON_PN}-jedi \ | 12 | python3-jedi \ |
13 | ${PYTHON_PN}-decorator \ | 13 | python3-decorator \ |
14 | ${PYTHON_PN}-pickleshare \ | 14 | python3-pickleshare \ |
15 | ${PYTHON_PN}-traitlets \ | 15 | python3-traitlets \ |
16 | ${PYTHON_PN}-prompt-toolkit \ | 16 | python3-prompt-toolkit \ |
17 | ${PYTHON_PN}-pygments \ | 17 | python3-pygments \ |
18 | ${PYTHON_PN}-backcall \ | 18 | python3-backcall \ |
19 | ${PYTHON_PN}-pydoc \ | 19 | python3-pydoc \ |
20 | ${PYTHON_PN}-debugger \ | 20 | python3-debugger \ |
21 | ${PYTHON_PN}-pexpect \ | 21 | python3-pexpect \ |
22 | ${PYTHON_PN}-unixadmin \ | 22 | python3-unixadmin \ |
23 | ${PYTHON_PN}-misc \ | 23 | python3-misc \ |
24 | ${PYTHON_PN}-sqlite3 \ | 24 | python3-sqlite3 \ |
25 | ${PYTHON_PN}-stack-data \ | 25 | python3-stack-data \ |
26 | " | 26 | " |
27 | 27 | ||
28 | inherit setuptools3 pypi | 28 | inherit setuptools3 pypi |