summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-txaio_25.12.1.bb
blob: 14db5d8f899a5d78cc1d7f25d2142657690896bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40"

SRC_URI[sha256sum] = "f0e83ffaf80a9b91bd710075cbc2bb71e879f8aa061b09f6e9dc122343dd69f2"

inherit pypi python_setuptools_build_meta

RDEPENDS:${PN} += " \
    python3-twisted \
"