diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-26 10:40:36 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-05 12:02:04 -0400 |
| commit | 77f3610eef077985bac285bc235761380e7b1c86 (patch) | |
| tree | b61fadf1b631fe0719a9768b45ec813046e3719e /meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb | |
| parent | 88686a5508b91cf4a7515b0084b7f7580e70a3f2 (diff) | |
| download | meta-cloud-services-77f3610eef077985bac285bc235761380e7b1c86.tar.gz | |
python-oslo.policy: Fix build error as following:
"distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')"
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb index 82c3ae0..0e7a6ad 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb | |||
| @@ -20,6 +20,11 @@ DEPENDS += " \ | |||
| 20 | python-pbr \ | 20 | python-pbr \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 23 | RDEPENDS_${PN} += " \ | 28 | RDEPENDS_${PN} += " \ |
| 24 | python-oslo.config \ | 29 | python-oslo.config \ |
| 25 | python-oslo.i18n \ | 30 | python-oslo.i18n \ |
