diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-09 14:08:07 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-08 23:35:54 -0700 |
| commit | ce98bd00f85a99ed04260b8819680c7bb8c20c5e (patch) | |
| tree | c79d0b733bafd5bf9b57ef64c57c03eac5f4ef86 /meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb | |
| parent | 934560d4b63920955f39c0c8319910712350817d (diff) | |
| download | meta-openembedded-ce98bd00f85a99ed04260b8819680c7bb8c20c5e.tar.gz | |
python3-txaio: upgrade 25.6.1 -> 25.9.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb b/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb new file mode 100644 index 0000000000..3e41c05801 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius" | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-twisted \ | ||
| 12 | " | ||
