sys-auth/keystone: relax wsgi deps bug 580218
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 19 Apr 2016 22:16:20 +0000 (17:16 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 19 Apr 2016 22:16:49 +0000 (17:16 -0500)
Package-Manager: portage-2.2.26

sys-auth/keystone/keystone-2016.1.9999.ebuild
sys-auth/keystone/keystone-9.0.0.ebuild

index f50addbfa4067c3c169df577fcb362920193e3c5..41da0d7961ee5cb2b2d07c4bbc82f1eaf41a5cab 100644 (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=(
 #)
index 178084b1899339e9ebcccd014cffcd5004a11616..cacbdbc15aaef37a0f693303c930fe046082c6f4 100644 (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=(
 #)