[meta-virtualization] [m-c-s][PATCH 09/11] python-oslo.serialization: add pbr to DEPEND

Mark Asselstine mark.asselstine at windriver.com
Wed Aug 5 13:29:50 PDT 2015


Per the package's setup.py we need to depend on python-pbr. Failing to
do so results in a build failure:
    Could not find suitable distribution for Requirement.parse('pbr')

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
index 451c6b9..7f0fb9c 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
@@ -19,6 +19,7 @@ inherit setuptools
 
 DEPENDS += " \
         python-pip \
+        python-pbr \
         "
 
 # RDEPENDS_default: 
-- 
2.1.4



More information about the meta-virtualization mailing list