diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-26 10:40:35 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-05 12:02:04 -0400 |
| commit | 88686a5508b91cf4a7515b0084b7f7580e70a3f2 (patch) | |
| tree | 4efbf1a3c3cd61a7d8098e0f15cb635455500a95 /meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | |
| parent | 29e9af303db998ccfa89a4de2c4060c83c4cb963 (diff) | |
| download | meta-cloud-services-88686a5508b91cf4a7515b0084b7f7580e70a3f2.tar.gz | |
python-oslo.cache: 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.cache_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb index 209728e..e71a815 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | |||
| @@ -21,6 +21,11 @@ DEPENDS += " \ | |||
| 21 | python-pbr \ | 21 | python-pbr \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | # Satisfy setup.py 'setup_requires' | ||
| 25 | DEPENDS += " \ | ||
| 26 | python-pbr-native \ | ||
| 27 | " | ||
| 28 | |||
| 24 | # RDEPENDS_default: | 29 | # RDEPENDS_default: |
| 25 | RDEPENDS_${PN} += " \ | 30 | RDEPENDS_${PN} += " \ |
| 26 | python-dogpile.cache \ | 31 | python-dogpile.cache \ |
