diff options
author | Matthew Thode <mthode@mthode.org> | 2012-11-23 14:41:56 -0600 |
---|---|---|
committer | Matthew Thode <mthode@mthode.org> | 2012-11-23 14:41:56 -0600 |
commit | 7f8e48cd3b2a0adca7606a2a16dde4219e31d2fd (patch) | |
tree | 35a2c890703e08dc1ce38c8cc25e8bc14425be9a /sys-auth/keystone/keystone-2012.2.ebuild | |
parent | fixing depend/rdepend (diff) | |
download | prometheanfire-7f8e48cd3b2a0adca7606a2a16dde4219e31d2fd.tar.gz prometheanfire-7f8e48cd3b2a0adca7606a2a16dde4219e31d2fd.tar.bz2 prometheanfire-7f8e48cd3b2a0adca7606a2a16dde4219e31d2fd.zip |
updates :D
Diffstat (limited to 'sys-auth/keystone/keystone-2012.2.ebuild')
-rw-r--r-- | sys-auth/keystone/keystone-2012.2.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-2012.2.ebuild b/sys-auth/keystone/keystone-2012.2.ebuild index 97813da..f95b377 100644 --- a/sys-auth/keystone/keystone-2012.2.ebuild +++ b/sys-auth/keystone/keystone-2012.2.ebuild @@ -20,6 +20,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" +#todo, seperate out rdepend via use flags DEPEND="dev-python/setuptools dev-python/pep8" RDEPEND=" @@ -28,9 +29,17 @@ RDEPEND=" dev-python/eventlet dev-python/greenlet dev-python/passlib + dev-python/paste + dev-python/pastedeploy dev-python/python-daemon dev-python/python-ldap - dev-python/python-novaclient" + dev-python/python-keystoneclient + dev-python/python-pam + dev-python/routes + dev-python/sqlalchemy + dev-python/sqlalchemy-migrate + dev-python/webob + " src_install() { distutils_src_install |