From 3faee2cdb0a88dfad68f15d655ba560c09f8ebdd Mon Sep 17 00:00:00 2001 From: Shuicheng Lin Date: Mon, 28 Jan 2019 21:32:23 +0800 Subject: [PATCH] Fix openvswitch script crash issue When run openvswitch script "dpdk-pmdinfo.py", it will crash with Error: "ImportError: cannot import name UBInt8". And this failure will cause dpdk always return not supported for ethernet adapter. It is due to new python-construct rpm doesn't have UBInt8. Roll back python-construct to fix it. Story: 2004522 Task: 29124 Change-Id: Iefa9d21bb81390b5bcf1d0605c0408b5869616f5 Signed-off-by: Shuicheng Lin --- centos-mirror-tools/rpms_centos.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos-mirror-tools/rpms_centos.lst b/centos-mirror-tools/rpms_centos.lst index 913c6167..849d9b17 100644 --- a/centos-mirror-tools/rpms_centos.lst +++ b/centos-mirror-tools/rpms_centos.lst @@ -1343,7 +1343,7 @@ python-cliff-tablib-1.1-3.el7.noarch.rpm python-cmd2-0.6.8-8.el7.noarch.rpm python-configobj-4.7.2-7.el7.noarch.rpm python-configshell-1.1.fb23-5.el7.noarch.rpm -python-construct-2.8.10-1.el7.noarch.rpm +python-construct-2.5.1-4.el7.noarch.rpm python-contextlib2-0.5.1-2.el7.noarch.rpm python-croniter-0.3.4-2.el7.noarch.rpm python-d2to1-0.2.11-1.el7.noarch.rpm