blob: fc32c6bbb6ce1974c25586c81d786742ba940534 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
2HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
3
4LICENSE = "GPL-3.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
6
Patrick Williams39653562024-03-01 08:54:02 -06007SRC_URI[sha256sum] = "b23b8e1b51fe2a9b13e617fff6b60b3ed8e536c080cf3498019d223678d5ea49"
Andrew Geissler517393d2023-01-13 08:55:19 -06008
9PYPI_PACKAGE = "python-dbusmock"
10
11inherit pypi python_setuptools_build_meta
12DEPENDS += "python3-setuptools-scm-native"
13
14RDEPENDS:${PN} += "\
Patrick Williams73bd93f2024-02-20 08:07:48 -060015 python3-dbus \
16 python3-unittest \
17 python3-xml \
Andrew Geissler517393d2023-01-13 08:55:19 -060018 "
19
Patrick Williams73bd93f2024-02-20 08:07:48 -060020RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}python3-pygobject', '', d)}"
Patrick Williams520786c2023-06-25 16:20:36 -050021
Andrew Geissler517393d2023-01-13 08:55:19 -060022BBCLASSEXTEND = "native"