Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: remove python syntax checks ......................................................................
packaging: remove python syntax checks Change-Id: Ief73920695726f31cb62fd6d7212b0a8d58c4f4f Signed-off-by: Alon Bar-Lev <[email protected]> --- M ovirt-host-deploy.spec.in 1 file changed, 1 insertion(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/97/9697/1 diff --git a/ovirt-host-deploy.spec.in b/ovirt-host-deploy.spec.in index 9538cac..f870503 100644 --- a/ovirt-host-deploy.spec.in +++ b/ovirt-host-deploy.spec.in @@ -37,13 +37,6 @@ Requires: otopi BuildRequires: otopi-devel BuildRequires: python2-devel -BuildRequires: pyflakes -%if 0%{?rhel:%{rhel}} > 6 -BuildRequires: python-pep8 -%endif -%if 0%{?fedora:1} -BuildRequires: python-pep8 -%endif BuildRequires: gettext-devel BuildRequires: java-devel @@ -104,6 +97,7 @@ %endif %configure \ --docdir="%{_docdir}/%{name}-%{version}" \ + --disable-python-syntax-check \ --enable-java-sdk \ %{?conf} make %{?_smp_mflags} -- To view, visit http://gerrit.ovirt.org/9697 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ief73920695726f31cb62fd6d7212b0a8d58c4f4f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
