summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swift_git.bb
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-04-08 13:11:53 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-11 14:15:27 -0400
commit2872dab626cdf30a6cab77e7c067784e697cf623 (patch)
tree7b4644396d38a4da2173fda5b3af97d0b7ebe556 /meta-openstack/recipes-devtools/python/python-swift_git.bb
parent9ab68dd7f77fa44773697d005b63ef5c06136812 (diff)
downloadmeta-cloud-services-2872dab626cdf30a6cab77e7c067784e697cf623.tar.gz
swift: include dnspython
Swift depends on dnspython Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swift_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-swift_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb
index 3a31b82..28ad077 100644
--- a/meta-openstack/recipes-devtools/python/python-swift_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb
@@ -51,6 +51,7 @@ RDEPENDS_${PN} += " \
51 python-netifaces \ 51 python-netifaces \
52 python-xattr \ 52 python-xattr \
53 python-pbr \ 53 python-pbr \
54 python-dnspython \
54 " 55 "
55 56
56RDEPENDS_${SRCNAME} = "${PN}" \ No newline at end of file 57RDEPENDS_${SRCNAME} = "${PN}"