From 1ee30ea4bfb5fa3c5e88eff94f14c0e7d9d7251b Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Fri, 3 Mar 2017 14:45:24 +0000 Subject: 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 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) 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 -======= -- cgit 1.2.3-korg