blob: d579ca0441fbbc2167ec8f55b1d49e25cdeabdfc [file] [log] [blame]
Andrew Geissler32b11992021-03-31 13:37:05 -05001SUMMARY = "A native Python implementation of the DBus protocol for Twisted applications."
Andrew Geissler32b11992021-03-31 13:37:05 -05002HOMEPAGE = "https://pypi.org/project/txdbus/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://README.rst;beginline=32;endline=32;md5=2141358b0bce85fc45216ba91735ad50"
6
7SRC_URI[md5sum] = "d397357dee78750385f92ca9c6c1f063"
8SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97"
9
10inherit pypi setuptools3
11
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} += "python3-six python3-twisted"