From 084a8d1125b4d2df39ef839b18c6c74acab39b6f Mon Sep 17 00:00:00 2001 From: Lars Pedersen Date: Tue, 17 Nov 2020 14:26:56 +0100 Subject: python3-adbus: new package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit D-Bus Binding for Python utilizing the Python’s asyncio module. Requires libsystemd (sd-bus). Signed-off-by: Lars Pedersen Message-Id: <20201117132656.87886-1-lapeddk@gmail.com> Signed-off-by: Michael Olbrich --- rules/python3-adbus.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rules/python3-adbus.in (limited to 'rules/python3-adbus.in') diff --git a/rules/python3-adbus.in b/rules/python3-adbus.in new file mode 100644 index 000000000..47b7e5c81 --- /dev/null +++ b/rules/python3-adbus.in @@ -0,0 +1,11 @@ +## SECTION=python3 + +config PYTHON3_ADBUS + tristate + prompt "python3-adbus" + select PYTHON3 + select HOST_PYTHON3_SETUPTOOLS + select HOST_CYTHON3 + select SYSTEMD + help + D-Bus Binding for Python using systemd sd-bus API and utilizing the Python's asyncio module. -- cgit v1.2.3