Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 828604
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +2 lines)
Line  Link Here
0
-- a/build/mach_initialize.py
0
++ b/build/mach_initialize.py
Lines 207-218 Link Here
207
            else "MACH_USE_SYSTEM_PYTHON"
207
            else "MACH_USE_SYSTEM_PYTHON"
208
        )
208
        )
209
209
210
        has_pip = (
210
        has_pip = False
211
            subprocess.run(
212
                [sys.executable, "-c", "import pip"], stderr=subprocess.DEVNULL
213
            ).returncode
214
            == 0
215
        )
216
        # There are environments in CI that aren't prepared to provide any Mach dependency
211
        # There are environments in CI that aren't prepared to provide any Mach dependency
217
        # packages. Changing this is a nontrivial endeavour, so guard against having
212
        # packages. Changing this is a nontrivial endeavour, so guard against having
218
        # non-optional Mach requirements.
213
        # non-optional Mach requirements.

Return to bug 828604