summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
index 9f70beb..3523038 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
@@ -152,6 +152,10 @@ pkg_postinst_${SRCNAME}-setup () {
152 152
153PACKAGES += "${SRCNAME}-tests ${SRCNAME} ${SRCNAME}-setup ${SRCNAME}-api ${SRCNAME}-volume ${SRCNAME}-scheduler ${SRCNAME}-backup" 153PACKAGES += "${SRCNAME}-tests ${SRCNAME} ${SRCNAME}-setup ${SRCNAME}-api ${SRCNAME}-volume ${SRCNAME}-scheduler ${SRCNAME}-backup"
154ALLOW_EMPTY_${SRCNAME}-setup = "1" 154ALLOW_EMPTY_${SRCNAME}-setup = "1"
155ALLOW_EMPTY_${SRCNAME}-backup = "1"
156ALLOW_EMPTY_${SRCNAME}-scheduler = "1"
157ALLOW_EMPTY_${SRCNAME}-volume = "1"
158ALLOW_EMPTY_${SRCNAME}-api = "1"
155 159
156RDEPENDS_${SRCNAME}-tests += " bash python" 160RDEPENDS_${SRCNAME}-tests += " bash python"
157 161