Package Details: python-dbus-client-gen 0.8.3-4

Git Clone URL: https://aur.archlinux.org/python-dbus-client-gen.git (read-only, click to copy)
Package Base: python-dbus-client-gen
Description: A Python Library for Generating dbus-python Client Code
Upstream URL: https://stratis-storage.github.io/
Licenses: MPL2
Submitter: arojas
Maintainer: None
Last Packager: arojas
Votes: 0
Popularity: 0.000000
First Submitted: 2025-03-31 21:04 (UTC)
Last Updated: 2025-03-31 21:04 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Latest Comments

simona commented on 2026-01-12 12:09 (UTC)

tests.test_generated (unittest.loader._FailedTest.tests.test_generated) ... ERROR

====================================================================== ERROR: tests.test_generated (unittest.loader._FailedTest.tests.test_generated)


ImportError: Failed to import test module: tests.test_generated Traceback (most recent call last): File "/usr/lib/python3.14/unittest/loader.py", line 426, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.14/unittest/loader.py", line 367, in _get_module_from_name import(name) ~~^^^^^^ File "/home/simona/.cache/yay/python-dbus-client-gen/src/dbus-python-client-gen-0.8.3/tests/test_generated.py", line 12, in <module> from dbus_python_client_gen import make_class File "/home/simona/.cache/yay/python-dbus-client-gen/src/dbus-python-client-gen-0.8.3/src/dbus_python_client_gen/init.py", line 21, in <module> from ._invokers import make_class File "/home/simona/.cache/yay/python-dbus-client-gen/src/dbus-python-client-gen-0.8.3/src/dbus_python_client_gen/_invokers.py", line 14, in <module> from into_dbus_python import IntoDPError, xformer, xformers ModuleNotFoundError: No module named 'into_dbus_python' </ode>