From edff866f97799d3a93d239ec17af6891dd529064 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 8 Jun 2015 15:10:36 +0200 Subject: [PATCH] Add libuuid devel packages python-qpid-proton does something similar to pyzmq when libzmq is not installed. It bundles the underlying library and builds it. Unfortunately, python-qpid-proton currently has a dependency on `libuuid` and therefore, it depends on the devel packages to be present. This dependency will be removed in the future but it'll take time. Until that happens, I'm adding uuid-dev to the list of packages to install by default. See related system-config change: Iae4d7138311eec0cd90c0865f30b84a98ce3c142 Change-Id: I65f24262c2470c6d75b5b41106469604f5b105c4 --- jenkins/data/bindep-fallback.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/data/bindep-fallback.txt b/jenkins/data/bindep-fallback.txt index bf001e4c7b..3283d2b7ef 100644 --- a/jenkins/data/bindep-fallback.txt +++ b/jenkins/data/bindep-fallback.txt @@ -76,6 +76,8 @@ sqlite [platform:rpm] sqlite-devel [platform:rpm] sqlite3 [platform:dpkg] unzip +uuid-dev [platform:dpkg] +uuid-devel [platform:rpm] xorg-x11-server-Xvfb [platform:rpm] xsltproc [platform:dpkg] xvfb [platform:dpkg]