diff options
Diffstat (limited to 'sys-auth/keystone/keystone-2016.1.9999.ebuild')
-rw-r--r-- | sys-auth/keystone/keystone-2016.1.9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-auth/keystone/keystone-2016.1.9999.ebuild b/sys-auth/keystone/keystone-2016.1.9999.ebuild index b5fefc08127a..127ce125d11f 100644 --- a/sys-auth/keystone/keystone-2016.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2016.1.9999.ebuild @@ -92,7 +92,8 @@ RDEPEND=" >=dev-python/python-ldap-2.4[$(python_gen_usedep 'python2_7')] <=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_USEDEP}]" #PATCHES=( #) @@ -133,7 +134,7 @@ python_install() { doins etc/default_catalog.templates etc/policy.json doins etc/policy.v3cloudsample.json etc/keystone-paste.ini insinto /etc/keystone/httpd - doins httpd/keystone.py httpd/wsgi-keystone.conf + doins httpd/* fowners keystone:keystone /etc/keystone /etc/keystone/httpd /var/log/keystone } |