From 9d10723c666852a07bc4d9c6a5a591e15db18f6d Mon Sep 17 00:00:00 2001 From: Scott Little Date: Thu, 12 Sep 2019 12:56:45 -0400 Subject: [PATCH] Build layering, add layer build config file Story: 2006166 Task: 37119 Change-Id: I1ff889001bb5d8d55a5452fd92fe5fa74d15bc14 Signed-off-by: Scott Little --- centos_build_layer.cfg | 1 + test-requirements.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 centos_build_layer.cfg diff --git a/centos_build_layer.cfg b/centos_build_layer.cfg new file mode 100644 index 00000000..c581999f --- /dev/null +++ b/centos_build_layer.cfg @@ -0,0 +1 @@ +flock diff --git a/test-requirements.txt b/test-requirements.txt index 38840d6b..2f486674 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -25,3 +25,4 @@ sphinx!=1.3b1,<1.3,>=1.2.1 # BSD testtools>=1.4.0 # MIT # This also needs xvfb library installed on your OS xvfbwrapper>=0.1.3 #license: MIT +pyOpenSSL>=0.14