diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb index edfb3abfaf..8aa0ce5ba8 100644 --- a/meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb | |||
@@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46" | |||
6 | 6 | ||
7 | PYPI_PACKAGE = "traitlets" | 7 | PYPI_PACKAGE = "traitlets" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "3a4f263af65d3d79f1c279f0247077ef" | 9 | SRC_URI[md5sum] = "3dec5b73409c07bf48cd5db220431ee9" |
10 | SRC_URI[sha256sum] = "d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7" | 10 | SRC_URI[sha256sum] = "0d9c4005506b306b0a99551e96174b8bedc675c2dd048f92b3bbbb7d86ac93a9" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "\ | 12 | RDEPENDS_${PN} = "\ |
13 | ${PYTHON_PN}-ipython-genutils \ | 13 | ${PYTHON_PN}-ipython-genutils \ |
14 | ${PYTHON_PN}-six \ | ||
15 | ${PYTHON_PN}-decorator \ | 14 | ${PYTHON_PN}-decorator \ |
16 | " | 15 | " |
17 | 16 | ||