Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcargo-update-recipe-crates.bbclass32 import tomllib
35 crates = tomllib.load(open(f, 'rb'))
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-versioneer_0.29.bb15 python3-tomllib \
H A Dpython3-coverage_7.6.2.bb
H A Dpython3-pylint_3.3.1.bb
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sip/
H A Dsip_6.9.0.bb
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-build_1.2.2.bb28 python3-tomllib \
H A Dpython3-pytest_8.3.3.bb
H A Dpython3-pip_24.3.1.bb42 python3-tomllib \
/openbmc/qemu/python/scripts/
H A Dmkvenv.py113 import tomllib
116 import tomli as tomllib namespace
732 return tomllib.loads(contents) # type: ignore
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py824 import tomllib
827 import tomli as tomllib namespace
834 config = tomllib.load(f)
/openbmc/qemu/python/
H A Dsetup.cfg102 [mypy-tomllib]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py32 # This test require python 3.11 or above for the tomllib module or tomli module to be installed
34 import tomllib
39 test.skipTest('Test requires python 3.11 or above for tomllib module or tomli module')
577 # This test require python 3.11 or above for the tomllib module or tomli module to be installed
599 # This test require python 3.11 or above for the tomllib module or tomli module to be installed
621 # This test require python 3.11 or above for the tomllib module or tomli module to be installed
643 # This test require python 3.11 or above for the tomllib module or tomli module to be installed
666 # This test require python 3.11 or above for the tomllib module or tomli module to be installed
688 # This test require python 3.11 or above for the tomllib module or tomli module to be installed