From 8b4e21b35f949dd33dd0a50d1aa6d3be7a29d17d Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 17 Aug 2022 18:37:42 -0400 Subject: [PATCH] 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 --- pydep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydep.txt b/pydep.txt index 889d1687..b7ea9854 100644 --- a/pydep.txt +++ b/pydep.txt @@ -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]