diff options
author | Rasmus Villemoes <ravi@prevas.dk> | 2025-03-25 22:02:33 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 18:32:07 -0700 |
commit | 97e875069fe68133a46c7e6863cbf8a284fb1954 (patch) | |
tree | 7de88c9eda1693377ecb6b64907b82b984a71bff /meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch | |
parent | 37e9b17b1e1655b743d42c5f0a574dde08853b20 (diff) | |
download | meta-openembedded-97e875069fe68133a46c7e6863cbf8a284fb1954.tar.gz |
python3-netaddr: add missing RDEPENDS on python3-pprint
core.py in the netaddr package has
import pprint as _pprint
and so I hit
from netaddr import OUI
File "/usr/lib/python3.12/site-packages/netaddr/__init__.py", line 76, in <module>
from netaddr.core import (
File "/usr/lib/python3.12/site-packages/netaddr/core.py", line 9, in <module>
import pprint as _pprint
ModuleNotFoundError: No module named 'pprint'
Add the missing RDEPENDS.
Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch')
0 files changed, 0 insertions, 0 deletions