[Buildroot] [Bug 15628] New: Missing dependencies in BR2_PACKAGE_PYTHON_MAKO

bugzilla at busybox.net bugzilla at busybox.net
Thu Jun 8 13:44:34 UTC 2023


https://bugs.busybox.net/show_bug.cgi?id=15628

            Bug ID: 15628
           Summary: Missing dependencies in BR2_PACKAGE_PYTHON_MAKO
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: sebastian.weyer at smile.fr
                CC: buildroot at uclibc.org
  Target Milestone: ---

Piglit depends on mako, which in turn imports the modules pygments and
markupsafe which are not selected by selecting BR2_PACKAGE_PYTHON_MAKO

# piglit run sanity
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/mako/exceptions.py", line 287, in
_install_highlighting
  File "/usr/lib/python3.11/site-packages/mako/exceptions.py", line 271, in
_install_pygments
  File "/usr/lib/python3.11/site-packages/mako/ext/pygmentplugin.py", line 7,
in <module>
ModuleNotFoundError: No module named 'pygments'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/bin/piglit", line 107, in <module>
    import framework.programs.summary as summary
  File "/usr/lib64/piglit/framework/programs/summary.py", line 30, in <module>
    from framework import summary, status, core, backends, exceptions
  File "/usr/lib64/piglit/framework/summary/__init__.py", line 31, in <module>
    from .html_ import html, feat
  File "/usr/lib64/piglit/framework/summary/html_.py", line 37, in <module>
    from mako.lookup import TemplateLookup
  File "/usr/lib/python3.11/site-packages/mako/lookup.py", line 13, in <module>
  File "/usr/lib/python3.11/site-packages/mako/exceptions.py", line 292, in
<module>
  File "/usr/lib/python3.11/site-packages/mako/exceptions.py", line 289, in
_install_highlighting
  File "/usr/lib/python3.11/site-packages/mako/exceptions.py", line 277, in
_install_fallback
  File "/usr/lib/python3.11/site-packages/mako/filters.py", line 14, in
<module>
ModuleNotFoundError: No module named 'markupsafe'

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list