diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-11-04 13:28:54 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:47:36 -0800 |
| commit | fc3caea86167f1a8804b76f1992a8475df08f6fe (patch) | |
| tree | 5d94d25ebbc8b66d3de23065bd3d58f50f155321 /meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb | |
| parent | 14c483c3cda739f3575b6cdfb7c19255ecfa9501 (diff) | |
| download | meta-openembedded-fc3caea86167f1a8804b76f1992a8475df08f6fe.tar.gz | |
python3-traitlets: upgrade 5.11.2 -> 5.13.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb new file mode 100644 index 0000000000..c16c1ef0ef --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Traitlets Python config system" | ||
| 2 | HOMEPAGE = "http://ipython.org" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=13bed0ee6f46a6f6dbf1f9f9572f250a" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "9b232b9430c8f57288c1024b34a8f0251ddcc47268927367a0dd3eeaca40deb5" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling | ||
| 9 | |||
| 10 | RDEPENDS:${PN} = "\ | ||
| 11 | ${PYTHON_PN}-ipython-genutils \ | ||
| 12 | ${PYTHON_PN}-decorator \ | ||
| 13 | " | ||
