From: Martin Klozik Date: Fri, 3 Mar 2017 14:45:24 +0000 (+0000) Subject: bugfix: Remove typo from requirements.txt X-Git-Tag: danube.1.RC1~22 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1ee30ea4bfb5fa3c5e88eff94f14c0e7d9d7251b;p=vswitchperf.git bugfix: Remove typo from requirements.txt Wrong characters were inserted into requirements.txt during modification of file license header. This bug caused issues during installation of vsperf by installation scripts. Problematic line was removed to avoid installation failures. JIRA: VSPERF-489 Change-Id: I399eb8ecc7c42a9c42fb1e697dd6322fc9867951 Signed-off-by: Martin Klozik Reviewed-by: Marco Varlese Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Bill Michalowski Reviewed-by: Sridhar Rao Reviewed-by: Trevor Cooper --- diff --git a/requirements.txt b/requirements.txt index 80d72a96..8b928d4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,3 @@ requests==2.8.1 netaddr==0.7.18 scapy-python3==0.18 distro -=======