Vinzenz Feenstra has uploaded a new change for review. Change subject: Require python-six >= 1.9.0 ......................................................................
Require python-six >= 1.9.0 Change-Id: I329fd4fa0c49a7e0cf1c36543756f7e0b30b3ea4 Bug-Url: https://bugzilla.redhat.com/1300640 Signed-off-by: Vinzenz Feenstra <[email protected]> --- M vdsm.spec.in 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/14/53114/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index ee51d4c..83ffc25 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -59,7 +59,7 @@ BuildRequires: python-devel BuildRequires: python-netaddr BuildRequires: python-nose -BuildRequires: python-six +BuildRequires: python-six >= 1.9.0 BuildRequires: rpm-build # BuildRequires needed by the tests during the build @@ -114,7 +114,7 @@ Requires: python-cpopen >= 1.4 Requires: python-ioprocess >= 0.15.0-4 Requires: python-pthreading >= 0.1.3-3 -Requires: python-six +Requires: python-six >= 1.9.0 Requires: python-requests Requires: %{name}-infra = %{version}-%{release} Requires: rpm-python -- To view, visit https://gerrit.ovirt.org/53114 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I329fd4fa0c49a7e0cf1c36543756f7e0b30b3ea4 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
