diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-02-29 11:51:00 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-29 12:46:50 -0800 |
commit | f436ca52ba8ddd447510d6939a4039e9f547300f (patch) | |
tree | 43963eb0a6d9fab4780b56768e8f5d237c717f6e /meta-python/recipes-devtools/python/python3-matplotlib | |
parent | b7e41815d395f2367f874294712ba373c5ce0d0a (diff) | |
download | meta-openembedded-f436ca52ba8ddd447510d6939a4039e9f547300f.tar.gz |
python3-pyzmq: Add missing dep on python3-unixadmin for ptests
Fixes
ImportError while importing test module '/usr/lib/python3-pyzmq/ptest/tests/test_ssh.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_ssh.py:1: in <module>
from zmq.ssh.tunnel import select_random_ports
../../python3.12/site-packages/zmq/ssh/__init__.py:1: in <module>
from zmq.ssh.tunnel import *
../../python3.12/site-packages/zmq/ssh/tunnel.py:18: in <module>
from getpass import getpass, getuser
E ModuleNotFoundError: No module named 'getpass'
ERROR: tests/test_ssh.py:tests/test_ssh.py
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib')
0 files changed, 0 insertions, 0 deletions