summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorAmeed Ashour <ameed.ashour.ext@nokia.com>2018-02-08 12:25:15 -0500
committerAmeed Ashour <ameed.ashour@exalt.ps>2018-02-08 12:25:32 -0500
commit6c2353bfe820e344376b5f68bd0e6055a8a6d421 (patch)
tree0678201a10614adfeea75c1d426fee1c9c2e3ada /bindep.txt
parent2c1874a0ecdd1b5ce7670cdfc42396e90e3a55aa (diff)
downloadnova-6c2353bfe820e344376b5f68bd0e6055a8a6d421.tar.gz
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
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
index 49c6c732e0..b91142c454 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]