Fabian Deutsch has uploaded a new change for review. Change subject: recipe: Add workaround on el6 for missing py3 lib ......................................................................
recipe: Add workaround on el6 for missing py3 lib python-backports-ssl_match_hostname is missing in the dependency list of python-urllib3 on el6. Thus we need to include it manually. Change-Id: Ic8a2eb5e469b34ef373193e6c0911e52265f33a4 Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/rhevh6-pkgs.ks 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/34/35634/1 diff --git a/recipe/rhevh6-pkgs.ks b/recipe/rhevh6-pkgs.ks index 54742b0..b004931 100644 --- a/recipe/rhevh6-pkgs.ks +++ b/recipe/rhevh6-pkgs.ks @@ -15,6 +15,10 @@ aic94xx-firmware bfa-firmware iproute + +# https://bugzilla.redhat.com/show_bug.cgi?id=1168501 +python-backports-ssl_match_hostname + #default plugins ovirt-node-plugin-snmp ovirt-node-plugin-cim -- To view, visit http://gerrit.ovirt.org/35634 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic8a2eb5e469b34ef373193e6c0911e52265f33a4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
