зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1686333: don't install `libpython2-dev` r=firefox-build-system-reviewers,mhentges
Seems it isn't always available. Since Py2 is optional anyways, it shouldn't cause failures in `mach bootstrap`. Differential Revision: https://phabricator.services.mozilla.com/D101499
This commit is contained in:
Родитель
5784a24c72
Коммит
57d304dec4
|
@ -32,7 +32,6 @@ class DebianBootstrapper(LinuxBootstrapper, BaseBootstrapper):
|
||||||
# Ubuntu).
|
# Ubuntu).
|
||||||
COMMON_PACKAGES = [
|
COMMON_PACKAGES = [
|
||||||
"build-essential",
|
"build-essential",
|
||||||
"libpython2-dev",
|
|
||||||
"libpython3-dev",
|
"libpython3-dev",
|
||||||
"nodejs",
|
"nodejs",
|
||||||
"unzip",
|
"unzip",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче