diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-traitlets_5.11.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-traitlets_5.11.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.11.2.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.11.2.bb new file mode 100644 index 0000000000..f2f70b8187 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.11.2.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] = "7564b5bf8d38c40fa45498072bf4dc5e8346eb087bbf1e2ae2d8774f6a0f078e" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling | ||
| 9 | |||
| 10 | RDEPENDS:${PN} = "\ | ||
| 11 | ${PYTHON_PN}-ipython-genutils \ | ||
| 12 | ${PYTHON_PN}-decorator \ | ||
| 13 | " | ||
