Skip to content

Commit

Permalink
sys-auth/keystone: relax wsgi deps bug 580218
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
prometheanfire committed Apr 19, 2016
1 parent 874bc61 commit 998822c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion sys-auth/keystone/keystone-2016.1.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ RDEPEND="
<=dev-python/python-ldap-2.4.20[$(python_gen_usedep 'python2_7')]
~dev-python/ldappool-1.0[$(python_gen_usedep 'python2_7')]
)
www-servers/uwsgi[python,${PYTHON_USEDEP}]"
|| (
www-servers/uwsgi[python,${PYTHON_USEDEP}]
www-apache/mod_wsgi[${PYTHON_USEDEP}]
www-servers/gunicorn[${PYTHON_USEDEP}]
)"

#PATCHES=(
#)
Expand Down
6 changes: 5 additions & 1 deletion sys-auth/keystone/keystone-9.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ RDEPEND="
<=dev-python/python-ldap-2.4.20[$(python_gen_usedep 'python2_7')]
~dev-python/ldappool-1.0[$(python_gen_usedep 'python2_7')]
)
www-servers/uwsgi[python,${PYTHON_USEDEP}]"
|| (
www-servers/uwsgi[python,${PYTHON_USEDEP}]
www-apache/mod_wsgi[${PYTHON_USEDEP}]
www-servers/gunicorn[${PYTHON_USEDEP}]
)"

#PATCHES=(
#)
Expand Down

0 comments on commit 998822c

Please sign in to comment.