Searched refs:python_version (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | maturin.py | 22 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 D | maturin.py | 28 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 D | mypy.ini | 4 python_version = 3.8 key
|
/openbmc/openbmc/poky/documentation/ |
H A D | Pipfile | 14 python_version = "3"
|
/openbmc/qemu/python/ |
H A D | setup.cfg | 45 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 D | matplotlib-disable-download.patch | 28 ':python_version<"3.10"': [
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_misc.py | 683 python_version = version_tuple(get_python_version()) variable
|
H A D | gen_cmd.py | 713 if gm.python_version < gm.ordered_dict_version:
|
H A D | gen_print.py | 1582 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 D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 532 mock;python_version<"3.3"
|
/openbmc/openbmc-test-automation/ffdc/ |
H A D | ffdc_collector.py | 236 "\t{:<10} {:>10}".format("Python", platform.python_version())
|