Home
last modified time | relevance | path

Searched refs:get_python_version (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/
H A D0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch54 - libpython = os.path.join(prefix, libdir, implementation + get_python_version())
55 + libpython = os.path.join(prefix, lib_basename, implementation + get_python_version())
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Update-test_sysconfig-for-posix_user-purelib.patch37 py_version_short = sysconfig.get_python_version()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent/
H A D0001-_setuputils.py-Do-not-add-sys_inc_dir.patch29 'python' + sysconfig.get_python_version()
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py671 def get_python_version(): function
683 python_version = version_tuple(get_python_version())