summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pydbus: Add missing rdep on xml module for ptestsKhem Raj2024-09-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydbus: Fix typo in ptest package nameKhem Raj2024-04-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydbus: Add bash dependency for ptestsKhem Raj2024-04-021-0/+2
| | | | | | ptest script uses bash Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydbus: Drop ${PYTHON_PN}alperak2024-03-301-4/+4
| | | | | | | Python2 is long unsupported, so we no longer need this variable. It was used to handle Python2/3 compatibility. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus: re-add recipe with latest patches and add ptestDerek Straka2024-03-221-0/+26
| | | | | | | | | | | | | | The python3-dbus package was removed in (dac933e). While the upstream project isn't active, other distributions (e.g. Fedora, Debian, etc) continue to offer the package and apply patches to resolve reported issues. While other packages offer similar functionality (e.g. dasbus), they are not drop in replacements and the general dbus functionality works out of the box. The python package has accomplished it's goal of providing useful functionality, and the proposal is to continue to have it available in meta-python for use. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydbus: remove obsolete recipeRoss Burton2023-05-251-19/+0
| | | | | | | | | | | | This project has been untouched since 2018 and doesn't appear to have any real dependents. If something similar to pydbus is needed, then a maintained alternative would be https://github.com/rhinstaller/dasbus (recipe available in meta-anaconda). Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pydbus: add the missing rdependsMingli Yu2020-05-081-1/+3
| | | | | | | | | | | | | Add the missing rdepends to fix below error: # python3 [snip] >>> import pydbus [snip] ModuleNotFoundError: No module named 'socket' ModuleNotFoundError: No module named 'logging' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pydbus: consolidate inc and bb files into a single bb fileDerek Straka2020-04-051-2/+13
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydbus: cherry-pick patches from fedoraHongxu Jia2018-08-151-0/+4
| | | | | | | | | | | | | | Fedora enhanced python3-pydbus: - Support asynchronous calls - Support transformation between D-Bus errors and exceptions. https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pydbus: add new recipeJohannes Pointner2017-11-151-0/+2
python-pydbus is a pythonic DBus library, which is one of the mentioned replacement of the deprecated python-dbus library (https://www.freedesktop.org/wiki/Software/DBusBindings) Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>