Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 828999 | Differences between
and this patch

Collapse All | Expand All

(-)firefox-95.0.orig/build/mach_initialize.py (-1 / +1 lines)
Lines 219-225 Link Here
219
        assert (
219
        assert (
220
            not requirements.pypi_requirements
220
            not requirements.pypi_requirements
221
        ), "Mach pip package requirements must be optional."
221
        ), "Mach pip package requirements must be optional."
222
        if has_pip:
222
        if False:
223
            pip = [sys.executable, "-m", "pip"]
223
            pip = [sys.executable, "-m", "pip"]
224
            check_result = subprocess.run(
224
            check_result = subprocess.run(
225
                pip + ["check"],
225
                pip + ["check"],

Return to bug 828999