summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-txaio_26.6.1.bb
blob: 68d660577f7bd9d16415ceabe9784869a03ddb03 (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=f3b6f0e9bfce02a086e4ddfbc8504e33"

SRC_URI[sha256sum] = "3ee900b2331c93457530fddbccc1a320c4e2d7ac8f9073d01c3fbe87762ccb35"

inherit pypi python_setuptools_build_meta python_hatchling

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