Home
last modified time | relevance | path

Searched refs:_build_ext (Results 1 – 4 of 4) 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/poky/meta/recipes-devtools/python/python3-pyyaml/
H A D0001-Fix-builds-with-Cython-3.patch43 - from Cython.Distutils import build_ext as _build_ext
45 + from Cython.Distutils.old_build_ext import old_build_ext as _build_ext
47 + from Cython.Distutils import build_ext as _build_ext
/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)