Home
last modified time | relevance | path

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

/openbmc/qemu/python/scripts/
H A Dmkvenv.py626 def _make_version_constraint(info: Dict[str, str], install: bool) -> str: function
671 constraint = _make_version_constraint(info, False)
688 absent.append(name + _make_version_constraint(info, True))