Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsetup.py46 from setuptools.command.build_ext import build_ext as _build_ext unknown
49 class build_ext(_build_ext):
51 _build_ext.finalize_options(self)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/
H A D0001-Use-setuptools-instead-of-distutils.patch71 -from distutils.command.build_ext import build_ext as _build_ext
74 +from setuptools.command.build_ext import build_ext as _build_ext
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch2337 + _build_ext = cmds['build_ext']
2339 + from setuptools.command.build_ext import build_ext as _build_ext
2341 + from distutils.command.build_ext import build_ext as _build_ext
2343 + class cmd_build_ext(_build_ext):
2348 + _build_ext.run(self)