From 7c4c26c03d1af01d1a0589e81e6a409987fd059c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 1 Apr 2016 20:35:22 +0200 Subject: [PATCH] Add jpeg devel package Currently api-site jobs fail building with: "ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting" Add missing jpeg devel packages to other-requirements so that they are installed. Change-Id: I988ab6e81871b2acbe0d7f47f67a3a9e2d1e9366 --- other-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/other-requirements.txt b/other-requirements.txt index bc0d9c177..52cf9ac19 100644 --- a/other-requirements.txt +++ b/other-requirements.txt @@ -6,6 +6,8 @@ fonts-takao [platform:dpkg] gettext gnome-doc-utils graphviz +libjpeg-dev [platform:dpkg] +libjpeg-turbo-devel [platform:rpm] libxml2-dev [platform:dpkg] libxml2-devel [platform:rpm] libxml2-utils [platform:dpkg]