diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-04-08 13:11:53 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-11 14:15:27 -0400 |
| commit | 2872dab626cdf30a6cab77e7c067784e697cf623 (patch) | |
| tree | 7b4644396d38a4da2173fda5b3af97d0b7ebe556 /meta-openstack | |
| parent | 9ab68dd7f77fa44773697d005b63ef5c06136812 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-swift_git.bb | 3 |
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 | ||
| 56 | RDEPENDS_${SRCNAME} = "${PN}" \ No newline at end of file | 57 | RDEPENDS_${SRCNAME} = "${PN}" |
