Frank Kobzik has uploaded a new change for review. Change subject: packaging: added numpy as a deps ......................................................................
packaging: added numpy as a deps This patch adds python library numpy as a dependency of ovirt-websocket-proxy package. The library is an optional dependency of python-websockify and can lead to improved performance of console clients using websocket proxy (noVNC, SPICE-HTML5). Change-Id: I496416c660bef09f628fe8344774e8b555a06e34 Signed-off-by: Frantisek Kobzik <[email protected]> Bug-Url: https://bugzilla.redhat.com/1045042 --- M ovirt-engine.spec.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/26371/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index bf4e089..3da04b9 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -466,6 +466,7 @@ Requires: %{name}-lib >= %{version}-%{release} Requires: m2crypto Requires: python-websockify +Requires: numpy Requires: %{name}-setup-plugin-websocket-proxy >= %{version}-%{release} %if %{ovirt_install_systemd} -- To view, visit http://gerrit.ovirt.org/26371 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I496416c660bef09f628fe8344774e8b555a06e34 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
