summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Cartwright <joshc@ni.com>2016-02-02 14:01:45 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-09 14:34:01 -0500
commit8cecf4b0b5411d2fa3243c537389d37ddc0208bd (patch)
tree44ec321ada73826730023d894d8f53fe0a8e149d
parenta33a22ea8217dac25410e3dc8e54c14768f25e48 (diff)
downloadmeta-cloud-services-8cecf4b0b5411d2fa3243c537389d37ddc0208bd.tar.gz
salt: add python-futures to RRECOMMENDS for salt-common
The TCP transport mechanism has a dependency on the python-futures module. Document this in the form of an RRECOMMENDS. Signed-off-by: Josh Cartwright <joshc@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-support/salt/salt_2015.8.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/salt/salt_2015.8.0.bb b/meta-openstack/recipes-support/salt/salt_2015.8.0.bb
index 16c86ea..b22b827 100644
--- a/meta-openstack/recipes-support/salt/salt_2015.8.0.bb
+++ b/meta-openstack/recipes-support/salt/salt_2015.8.0.bb
@@ -89,7 +89,7 @@ SUMMARY_${PN}-common = "shared libraries that salt requires for all packages"
89DESCRIPTION_${PN}-common ="${DESCRIPTION_COMMON} This particular package provides shared libraries that \ 89DESCRIPTION_${PN}-common ="${DESCRIPTION_COMMON} This particular package provides shared libraries that \
90salt-master, salt-minion, and salt-syndic require to function." 90salt-master, salt-minion, and salt-syndic require to function."
91RDEPENDS_${PN}-common = "python (>= 2.7.5-5) python (< 2.8) python-dateutil python-jinja2 python-pyyaml python-requests (>= 1.0.0) python-tornado (>= 4.2.1)" 91RDEPENDS_${PN}-common = "python (>= 2.7.5-5) python (< 2.8) python-dateutil python-jinja2 python-pyyaml python-requests (>= 1.0.0) python-tornado (>= 4.2.1)"
92RRECOMMENDS_${PN}-common = "lsb" 92RRECOMMENDS_${PN}-common = "lsb python-futures"
93RSUGGESTS_${PN}-common = "python-mako python-git" 93RSUGGESTS_${PN}-common = "python-mako python-git"
94RCONFLICTS_${PN}-common = "python-mako (< 0.7.0)" 94RCONFLICTS_${PN}-common = "python-mako (< 0.7.0)"
95CONFFILES_${PN}-common="${sysconfdir}/logrotate.d/${PN}-common" 95CONFFILES_${PN}-common="${sysconfdir}/logrotate.d/${PN}-common"