sys-auth/keystone: relax wsgi deps bug 580218

Package-Manager: portage-2.2.26
This commit is contained in:
Matthew Thode
2016-04-19 17:16:20 -05:00
parent 874bc61700
commit 998822cb90
2 changed files with 10 additions and 2 deletions

View File

@@ -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=(
#)

View File

@@ -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=(
#)