diff options
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 | " | ||
