Home
last modified time | relevance | path

Searched refs:python_version (Results 1 – 11 of 11) 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.py28 python_version = "%s.%s" % (py_major.strip(), py_minor.strip())
34 r" - CPython %s (.+)/usr/bin/python%s$" % (python_version, 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/qemu/python/
H A Dsetup.cfg45 pylint != 3.2.4; python_version<"3.9"
81 python_version = 3.8
/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/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.py236 "\t{:<10} {:>10}".format("Python", platform.python_version())