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.bb18 python3-tomllib \
H A Dpython3-pylint_3.3.1.bb43 python3-tomllib \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sip/
H A Dsip_6.9.0.bb22 python3-tomllib \
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-build_1.2.2.bb28 python3-tomllib \
H A Dpython3-pytest_8.3.3.bb22 python3-tomllib \
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.py34 import tomllib