summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swift_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swift_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-swift_git.bb6
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
40DEPENDS += " \
41 python-pip \
42 python-pbr \
43 "
44
40RDEPENDS_${PN} += " \ 45RDEPENDS_${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
50RDEPENDS_${SRCNAME} = "${PN}" \ No newline at end of file 56RDEPENDS_${SRCNAME} = "${PN}" \ No newline at end of file