I'm running a old openstack CI rlease Train on utuntu 20.04. In env setup phase, it try to install some uwsgi packages: apt-get install uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi
but it failed with uwsgi-plugin-python: E: Unable to locate package uwsgi-plugin-python
How can I fix this issue? Thanks very much.