diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-txaio_25.12.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-txaio_25.12.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-txaio_25.12.2.bb b/meta-python/recipes-devtools/python/python3-txaio_25.12.2.bb new file mode 100644 index 0000000000..6621df4016 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-txaio_25.12.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=f3b6f0e9bfce02a086e4ddfbc8504e33" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "9f232c21e12aa1ff52690e365b5a0ecfd42cc27a6ec86e1b92ece88f763f4b78" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta python_hatchling | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-twisted \ | ||
| 12 | " | ||
