summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb
diff options
context:
space:
mode:
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.bb12
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 @@
1DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40"
5
6SRC_URI[sha256sum] = "e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 python3-twisted \
12"