From a3f6838c72c4120ffae00491cfb340328f2dc772 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Fri, 22 Sep 2017 17:55:16 -0500 Subject: [PATCH] Fedora: fix gate script on F25 This PS re-enables support for F25 in the gate scripts. Change-Id: Icbaac6c568ac917ae24971ca0ce207d4b1a2b138 --- tools/gate/funcs/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/funcs/common.sh b/tools/gate/funcs/common.sh index 37f3794773..11162c1ee7 100644 --- a/tools/gate/funcs/common.sh +++ b/tools/gate/funcs/common.sh @@ -59,7 +59,7 @@ function base_install { nmap \ lshw \ jq \ - python2-pip + python-pip fi sudo -H pip install --upgrade pip