From: Josh Cartwright <[email protected]> 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 <[email protected]> Signed-off-by: Ioan-Adrian Ratiu <[email protected]> --- 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 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
