[yoga-only]: Use pyroute2 from distro vendors
pyroute2 0.6.6 derived from upper-constraints has a bug which manifests in Operation not permitted problems on newer kernels. Distro vendors (RDO, UCA and Debian OpenStack) have already backported the fix to their python3-pyroute2 package - let's use it. Closes-Bug: #2042954 Change-Id: Iddd1f1ee6d4cd6b9a15ead323178052fe6b6e4fb
This commit is contained in:
parent
82fe255055
commit
63031520e5
@ -161,6 +161,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
'postgresql-devel',
|
'postgresql-devel',
|
||||||
'python3-devel',
|
'python3-devel',
|
||||||
'python3-mod_wsgi',
|
'python3-mod_wsgi',
|
||||||
|
'python3-pyroute2',
|
||||||
'sqlite-devel',
|
'sqlite-devel',
|
||||||
'zip'
|
'zip'
|
||||||
] %}
|
] %}
|
||||||
@ -182,6 +183,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
'libz-dev',
|
'libz-dev',
|
||||||
'pkg-config',
|
'pkg-config',
|
||||||
'python3-dev',
|
'python3-dev',
|
||||||
|
'python3-pyroute2',
|
||||||
'zip'
|
'zip'
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
@ -272,7 +274,6 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
'pymysql',
|
'pymysql',
|
||||||
'pyngus',
|
'pyngus',
|
||||||
'pyparsing',
|
'pyparsing',
|
||||||
'pyroute2',
|
|
||||||
'python-barbicanclient',
|
'python-barbicanclient',
|
||||||
'python-cinderclient',
|
'python-cinderclient',
|
||||||
'python-cloudkittyclient',
|
'python-cloudkittyclient',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user