author | Gregory Szorc <gps@mozilla.com> |
Fri, 05 Feb 2016 12:33:13 -0800 | |
changeset 283292 | cf28fdb569be1a99872efa20797cef1cbddc1185 |
parent 283291 | 33dacc9cb235a0e41b6009e7ee508ca22885f332 |
child 283293 | 4125f74acda3f34e34a73cfb2a0dcecfcf05c026 |
push id | 29978 |
push user | philringnalda@gmail.com |
push date | Sun, 07 Feb 2016 03:05:08 +0000 |
treeherder | mozilla-central@281de9bf9ff6 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mshal |
bugs | 1246025 |
milestone | 47.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/python/mozboot/mozboot/fedora.py +++ b/python/mozboot/mozboot/fedora.py @@ -16,16 +16,17 @@ class FedoraBootstrapper(BaseBootstrappe self.group_packages = [ 'C Development Tools and Libraries', ] self.packages = [ 'autoconf213', 'mercurial', + 'python2-devel', ] self.browser_group_packages = [ 'GNOME Software Development', ] self.browser_packages = [ 'alsa-lib-devel',