Home
last modified time | relevance | path

Searched refs:python_version (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dmaturin.py22 python_version = "%s.%s" % (py_major, py_minor)
24 … " - CPython %s at /usr/bin/python%s" % (python_version, python_version))
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dmaturin.py29 python_version = "%s.%s" % (py_major.strip(), py_minor.strip())
35 r" - CPython %s (.+)/usr/bin/python%s$" % (python_version, python_version),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/mm-common/mm-common/
H A D0001-meson.build-do-not-ask-for-python-installation-versi.patch34 -python_version = python3.language_version()
36 -if not python_version.version_compare(python_version_req)
37 - error('Requires Python @0@, found @1@.'.format(python_version_req, python_version))
/openbmc/qemu/scripts/qapi/
H A Dmypy.ini4 python_version = 3.8 key
/openbmc/openbmc/poky/documentation/
H A DPipfile14 python_version = "3"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/
H A Dmatplotlib-disable-download.patch28 ':python_version<"3.10"': [
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py683 python_version = version_tuple(get_python_version()) variable
H A Dgen_cmd.py713 if gm.python_version < gm.ordered_dict_version:
H A Dgen_print.py1582 python_version = sys.version.replace("\n", "")
1583 buffer += sprint_var(python_version, 0, indent, col1_width)
/openbmc/qemu/python/
H A Dsetup.cfg79 python_version = 3.8
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch532 mock;python_version<"3.3"
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py227 "\t{:<10} {:>10}".format("Python", platform.python_version())