diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index aa42824..bb44fe4 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb | |||
| @@ -109,6 +109,11 @@ FILES_${SRCNAME} = "${bindir}/* \ | |||
| 109 | ${localstatedir}/* \ | 109 | ${localstatedir}/* \ |
| 110 | " | 110 | " |
| 111 | 111 | ||
| 112 | DEPENDS += " \ | ||
| 113 | python-pip \ | ||
| 114 | python-pbr \ | ||
| 115 | " | ||
| 116 | |||
| 112 | RDEPENDS_${PN} += " \ | 117 | RDEPENDS_${PN} += " \ |
| 113 | python-pam \ | 118 | python-pam \ |
| 114 | python-webob \ | 119 | python-webob \ |
| @@ -126,6 +131,7 @@ RDEPENDS_${PN} += " \ | |||
| 126 | python-oslo.config \ | 131 | python-oslo.config \ |
| 127 | python-dogpile.core \ | 132 | python-dogpile.core \ |
| 128 | python-dogpile.cache \ | 133 | python-dogpile.cache \ |
| 134 | python-pbr \ | ||
| 129 | " | 135 | " |
| 130 | 136 | ||
| 131 | # TODO: | 137 | # TODO: |
