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 <shuicheng.lin@intel.com>
This commit is contained in:
Shuicheng Lin 2019-01-28 21:32:23 +08:00
parent 494dd3f78e
commit 3faee2cdb0
1 changed files with 1 additions and 1 deletions

View File

@ -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