diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swift_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-swift_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb index 7248eda..3a31b82 100644 --- a/meta-openstack/recipes-devtools/python/python-swift_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb | |||
| @@ -37,6 +37,11 @@ FILES_${SRCNAME} = "${bindir}/* \ | |||
| 37 | ${sysconfdir}/${SRCNAME}/* \ | 37 | ${sysconfdir}/${SRCNAME}/* \ |
| 38 | " | 38 | " |
| 39 | 39 | ||
| 40 | DEPENDS += " \ | ||
| 41 | python-pip \ | ||
| 42 | python-pbr \ | ||
| 43 | " | ||
| 44 | |||
| 40 | RDEPENDS_${PN} += " \ | 45 | RDEPENDS_${PN} += " \ |
| 41 | python-eventlet \ | 46 | python-eventlet \ |
| 42 | python-greenlet \ | 47 | python-greenlet \ |
| @@ -45,6 +50,7 @@ RDEPENDS_${PN} += " \ | |||
| 45 | python-swiftclient \ | 50 | python-swiftclient \ |
| 46 | python-netifaces \ | 51 | python-netifaces \ |
| 47 | python-xattr \ | 52 | python-xattr \ |
| 53 | python-pbr \ | ||
| 48 | " | 54 | " |
| 49 | 55 | ||
| 50 | RDEPENDS_${SRCNAME} = "${PN}" \ No newline at end of file | 56 | RDEPENDS_${SRCNAME} = "${PN}" \ No newline at end of file |
