diff options
| author | Derek Straka <derek@asterius.io> | 2024-12-12 23:25:05 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-13 07:54:44 -0800 |
| commit | 98f4ac6c19f7eb834315644e4627cd57a002d756 (patch) | |
| tree | 28508edb3b03a1d47f8cc50bcccdd764ced722d7 /meta-python/recipes-devtools/python/python3-janus_1.1.0.bb | |
| parent | af28a667fb22d0023807e8c3319d0923bee39020 (diff) | |
| download | meta-openembedded-98f4ac6c19f7eb834315644e4627cd57a002d756.tar.gz | |
python3-janus: update to version 1.1.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-janus_1.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-janus_1.1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-janus_1.1.0.bb b/meta-python/recipes-devtools/python/python3-janus_1.1.0.bb new file mode 100644 index 0000000000..a5f251f62c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-janus_1.1.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Mixed sync-async queue to interoperate between asyncio tasks and classic threads" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=23878c357ebb4c8ce1109be365043349" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "0634df8b2b31f8afda4311abcf7fea912686fef717d13769eeaa01ae08d2b84c" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | python3-asyncio \ | ||
| 12 | python3-threading \ | ||
| 13 | " | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
