summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: