[meta-virtualization] [meta-cloud-services][PATCH 1/1] salt: add python-futures to RRECOMMENDS for salt-common

Ioan-Adrian Ratiu adrian.ratiu at ni.com
Tue Feb 2 04:01:45 PST 2016


From: Josh Cartwright <joshc at ni.com>

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 at ni.com>
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu at ni.com>
---
 meta-openstack/recipes-support/salt/salt_2015.8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 DESCRIPTION_${PN}-common ="${DESCRIPTION_COMMON} This particular package provides shared libraries that \
 salt-master, salt-minion, and salt-syndic require to function."
 RDEPENDS_${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)"
-RRECOMMENDS_${PN}-common = "lsb"
+RRECOMMENDS_${PN}-common = "lsb python-futures"
 RSUGGESTS_${PN}-common = "python-mako python-git"
 RCONFLICTS_${PN}-common = "python-mako (< 0.7.0)"
 CONFFILES_${PN}-common="${sysconfdir}/logrotate.d/${PN}-common"
-- 
2.7.0



More information about the meta-virtualization mailing list