diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-24 21:00:22 +0100 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-24 14:22:33 -0700 |
| commit | 8694997b2cfc559f4affcc86f35d259c636a0c1f (patch) | |
| tree | 5c292001e4307c697ec791e8daf4dd1da2622a05 /meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb | |
| parent | a2daf1bf094f57b05f0966f21894bdb872010b60 (diff) | |
| download | meta-openembedded-8694997b2cfc559f4affcc86f35d259c636a0c1f.tar.gz | |
python3-txdbus: add missing RDEPENDS
This module depends on python3-six, otherwise it errors out:
>>> from txdbus.interface import DBusInterface, Method, Signal
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
from txdbus.interface import DBusInterface, Method, Signal
File "/usr/lib/python3.14/site-packages/txdbus/interface.py", line 8, in <module>
import six
ModuleNotFoundError: No module named 'six'
Add the missing dependency.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb')
0 files changed, 0 insertions, 0 deletions
