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 | |
| 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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb index 5793db55f6..ca602d2507 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb | |||
| @@ -34,6 +34,7 @@ RDEPENDS:${PN}-ptest += "\ | |||
| 34 | ${PN}-test \ | 34 | ${PN}-test \ |
| 35 | python3-pytest \ | 35 | python3-pytest \ |
| 36 | python3-unittest-automake-output \ | 36 | python3-unittest-automake-output \ |
| 37 | python3-unixadmin \ | ||
| 37 | " | 38 | " |
| 38 | 39 | ||
| 39 | do_compile:prepend() { | 40 | do_compile:prepend() { |
