Skip to content
Snippets Groups Projects
Commit 66e2ad66 authored by Kristof Robot's avatar Kristof Robot
Browse files

catkin: adding pkgutil run dependency

Resolves import error in __init__.py files derived from catkin/cmake/templates/__init__.py.in template,
e.g. in tf:
  File "/usr/lib/python2.7/site-packages/tf/__init__.py", line 7, in <module>
    from pkgutil import extend_path
ImportError: No module named pkgutil
parent 99787673
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,6 @@ FILES_${PN}-dev += "\
RDEPENDS_${PN}_class-native = ""
RDEPENDS_${PN} = "cmake make binutils binutils-symlinks gcc gcc-symlinks g++ g++-symlinks \
python-catkin-pkg python-argparse python-misc python-multiprocessing \
python-shell python-subprocess python-xml"
python-shell python-subprocess python-xml python-pkgutil"
BBCLASSEXTEND += "native"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment