From 6c2353bfe820e344376b5f68bd0e6055a8a6d421 Mon Sep 17 00:00:00 2001 From: Ameed Ashour Date: Thu, 8 Feb 2018 12:25:15 -0500 Subject: [PATCH] Bindep does not catch missing libpcre3-dev on Ubuntu added libpcre3-dev [platform:dpkg test] and pcre-devel [platform:rpm test]to bindep.txt Change-Id: I944957ca0bf42309d4df6efb741ca078b87354a1 Closes-Bug: #1746386 --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index 49c6c732e048..b91142c45467 100644 --- a/bindep.txt +++ b/bindep.txt @@ -35,3 +35,5 @@ python3-all-dev [platform:dpkg !platform:ubuntu-precise] python3-devel [platform:fedora] python34-devel [platform:centos] sqlite-devel [platform:rpm test] +libpcre3-dev [platform:dpkg test] +pcre-devel [platform:rpm test]