diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2018-05-26 10:40:32 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-05 12:02:04 -0400 |
| commit | 7481990a7a909e9502ebef72de92324ce4029386 (patch) | |
| tree | b792fe51dab118df061b1c826dd8184d311b38b6 /meta-openstack/recipes-devtools/python/python-troveclient_git.bb | |
| parent | f54cddab10c869f28d93fc1f2e6d32a9fbdcdaf2 (diff) | |
| download | meta-cloud-services-7481990a7a909e9502ebef72de92324ce4029386.tar.gz | |
Added python-pbr-native into DEPENDS to fix build error.
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-troveclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-troveclient_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb index 251d9e0..95ec5ae 100644 --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb | |||
| @@ -72,6 +72,11 @@ RDEPENDS_${SRCNAME} += " \ | |||
| 72 | ${SRCNAME}-bin \ | 72 | ${SRCNAME}-bin \ |
| 73 | " | 73 | " |
| 74 | 74 | ||
| 75 | # Satisfy setup.py 'setup_requires' | ||
| 76 | DEPENDS += " \ | ||
| 77 | python-pbr-native \ | ||
| 78 | " | ||
| 79 | |||
| 75 | RDEPENDS_${SRCNAME}-bin += " \ | 80 | RDEPENDS_${SRCNAME}-bin += " \ |
| 76 | ${PN} \ | 81 | ${PN} \ |
| 77 | " | 82 | " |
