blob: da22a43deb2194d981383aa88b7d09fe1e1ff792 [file] [log] [blame]
Brad Bishop0f291cc2019-09-01 15:16:57 -04001SUMMARY = "Python bindings for interacting with systemd over DBus"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "LGPL-2.1-only"
Brad Bishop0f291cc2019-09-01 15:16:57 -04003LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
4
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05005SRC_URI[sha256sum] = "d74a814bfda01085db1a8ad90be3cb27daf23a51ab6b03e7e29ec811fa2ae859"
Brad Bishop0f291cc2019-09-01 15:16:57 -04006
Andrew Geissler517393d2023-01-13 08:55:19 -06007DEPENDS = "systemd python3-cython-native"
Patrick Williams213cb262021-08-07 19:21:33 -05008RDEPENDS:${PN} += "python3-xml python3-pprint"
Brad Bishop0f291cc2019-09-01 15:16:57 -04009REQUIRED_DISTRO_FEATURES = "systemd"
10
Patrick Williamsdb4c27e2022-08-05 08:10:29 -050011inherit pypi setuptools3 features_check pkgconfig
Brad Bishop0f291cc2019-09-01 15:16:57 -040012
Andrew Geissler517393d2023-01-13 08:55:19 -060013do_configure:prepend() {
14 rm -rf ${S}/pystemd/*.c
15}
16
Brad Bishop0f291cc2019-09-01 15:16:57 -040017BBCLASSEXTEND = "native"