Drop UWSGI from always being installed

UWSGI was always being installed no matter the release,
we only use this inside Barbican so we'll install it in this
scenario only.

Change-Id: I76612794c1ba8dbc45b62dff00cee43c6ba10a34
This commit is contained in:
Mohammed Naser 2022-08-17 18:37:42 -04:00
parent 2537db07aa
commit 8b4e21b35f

View File

@ -9,4 +9,4 @@ pyldap [(newton keystone ldap) (ocata keystone ldap) (pike keystone lda
pymysql []
python-ldap [(!newton !ocata !pike !queens keystone ldap)]
python-memcached []
uwsgi []
uwsgi [barbican]