[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:
Michal Nasiadka 2024-01-04 19:08:24 +01:00
parent 82fe255055
commit 63031520e5

View File

@ -161,6 +161,7 @@ ENV DEBIAN_FRONTEND noninteractive
'postgresql-devel',
'python3-devel',
'python3-mod_wsgi',
'python3-pyroute2',
'sqlite-devel',
'zip'
] %}
@ -182,6 +183,7 @@ ENV DEBIAN_FRONTEND noninteractive
'libz-dev',
'pkg-config',
'python3-dev',
'python3-pyroute2',
'zip'
] %}
@ -272,7 +274,6 @@ ENV DEBIAN_FRONTEND noninteractive
'pymysql',
'pyngus',
'pyparsing',
'pyroute2',
'python-barbicanclient',
'python-cinderclient',
'python-cloudkittyclient',