blob: 3e41c058015ac271d46164fb58886bb22b26dac5 (
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] = "e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-twisted \
"
|