From d50be29908984ce8c37eaeb55672764c7718727c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 7 Mar 2019 13:18:27 +0100 Subject: Install SFC package as Feature third-party MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It completes the previous patch enabling SFC [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/66811/ Change-Id: I1246d9e3117d94674a65643b53f26024454256cd Signed-off-by: Cédric Ollivier --- docker/features/thirdparty-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt index 672fb24fd..3107e15e5 100644 --- a/docker/features/thirdparty-requirements.txt +++ b/docker/features/thirdparty-requirements.txt @@ -3,6 +3,6 @@ robotframework-requests;python_version<'3.0' robotframework-sshlibrary;python_version<'3.0' # baro_tests;python_version<'3.0' # sdnvpn;python_version<'3.0' -# sfc;python_version<'3.0' +sfc;python_version<'3.0' # stor4nfv_tests;python_version<'3.0' # doctor-tests;python_version>='3.0' -- cgit 1.2.3-korg