diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-19 20:10:24 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:24 -0800 |
| commit | 94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch) | |
| tree | 660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-devtools/python/python3-ipython_8.21.0.bb | |
| parent | 16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff) | |
| download | meta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz | |
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 |
