blob: 63065e00ba17b18a83b08bbb86d3e888c8950b7e [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001SUMMARY = "Python bindings for the Apache Thrift RPC system"
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
4
Patrick Williamsde0582f2022-04-08 10:23:27 -05005SRC_URI[sha256sum] = "2b5b6488fcded21f9d312aa23c9ff6a0195d0f6ae26ddbd5ad9e3e25dfc14408"
Andrew Geisslereff27472021-10-29 15:35:00 -05006
7inherit pypi setuptools3
8
9# Use different filename to prevent conflicts with thrift itself
10PYPI_SRC_URI:append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}"
11
12RDEPENDS:${PN} += "\
Patrick Williamsb542dec2023-06-09 01:26:37 -050013 python3-logging \
14 python3-scons \
15 python3-six \
16 python3-stringold \
17 python3-threading \
Andrew Geisslereff27472021-10-29 15:35:00 -050018"
19
Patrick Williamsac13d5f2023-11-24 18:59:46 -060020BBCLASSEXTEND = "native"