diff options
author | Derek Straka <derek@asterius.io> | 2024-12-12 23:35:34 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-13 07:54:44 -0800 |
commit | 9453474988d22f989e34c5fc8589729a8bd0a23f (patch) | |
tree | 8e39e770c8035d510ccdf4bd27ea7b36d6d52779 /meta-python | |
parent | 98f4ac6c19f7eb834315644e4627cd57a002d756 (diff) | |
download | meta-openembedded-9453474988d22f989e34c5fc8589729a8bd0a23f.tar.gz |
python3-ipython: update to version 8.30.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_8.30.0.bb (renamed from meta-python/recipes-devtools/python/python3-ipython_8.28.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.28.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.30.0.bb index f290971cb0..41aa0dadf7 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_8.28.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_8.30.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://ipython.org" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | 4 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "0d0d15ca1e01faeb868ef56bc7ee5a0de5bd66885735682e8a322ae289a13d1a" | 6 | SRC_URI[sha256sum] = "cb0a405a306d2995a5cbb9901894d240784a9f341394c6ba3f4fe8c6eb89ff6e" |
7 | 7 | ||
8 | RDEPENDS:${PN} = "\ | 8 | RDEPENDS:${PN} = "\ |
9 | python3-setuptools \ | 9 | python3-setuptools \ |