diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb b/meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb new file mode 100644 index 0000000000..460c0cd0f8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-txaio_25.6.1.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] = "d8c03dca823515c9bca920df33504923ae54f2dabf476cc5a9ed5cc1691ed687" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | RDEPENDS:${PN} += " \ | ||
11 | python3-twisted \ | ||
12 | " | ||