summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-08-13 13:20:03 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-08-13 13:20:03 +0530
commit721313abf28680f7bf3cd7b7f022bd5c93ea287d (patch)
tree13d05d2f124c68a8b1216ec5f70fca0183fd844f
parenta034900c7d489b6d0a9cbfcce394edf3f92f0685 (diff)
cerbero: Fix bootstrap on Redhat 8
This was a regression from 28b7b043d3896707a331c936a4da1105206cfa0e. We no longer install that package. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/572>
-rw-r--r--cerbero/bootstrap/linux.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cerbero/bootstrap/linux.py b/cerbero/bootstrap/linux.py
index a6f4f134..04ed6f86 100644
--- a/cerbero/bootstrap/linux.py
+++ b/cerbero/bootstrap/linux.py
@@ -121,8 +121,6 @@ class RedHatBootstrapper (UnixBootstrapper):
self.tool = ['yum']
elif self.config.distro_version == DistroVersion.REDHAT_8:
self.tool = ['yum', '--enablerepo=PowerTools']
- # See https://bugzilla.redhat.com/show_bug.cgi?id=1757002
- self.packages.remove('docbook-utils-pdf')
if self.config.target_platform == Platform.WINDOWS:
if self.config.arch == Architecture.X86_64: