Douglas Schilling Landgraf has uploaded a new change for review. Change subject: vdsm.spec: BuildRequires: python-pthreading for rhel >= 7 ......................................................................
vdsm.spec: BuildRequires: python-pthreading for rhel >= 7 Adding python-pthreading as BuildRequires for rhel >= 7 Change-Id: If996c366cac42e149193651d2d8a6dbde6d8c81e Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=891542 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M vdsm.spec.in 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/40/10840/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index c9b51c0..18ef664 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -51,6 +51,10 @@ BuildRequires: python-ordereddict %endif +%if 0%{?rhel} >= 7 +BuildRequires: python-pthreading +%endif + # Autotools BuildRequires %if 0%{?enable_autotools} BuildRequires: autoconf -- To view, visit http://gerrit.ovirt.org/10840 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If996c366cac42e149193651d2d8a6dbde6d8c81e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
