Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: remove python syntax checks ......................................................................
packaging: remove python syntax checks Change-Id: I77a7a9d2fd57b7d8a82282e5874699e6871c4055 Signed-off-by: Alon Bar-Lev <[email protected]> --- M otopi.spec.in 1 file changed, 1 insertion(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/96/9696/1 diff --git a/otopi.spec.in b/otopi.spec.in index 767947a..1386776 100644 --- a/otopi.spec.in +++ b/otopi.spec.in @@ -34,13 +34,6 @@ Requires: python 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 @@ -108,6 +101,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/9696 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I77a7a9d2fd57b7d8a82282e5874699e6871c4055 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
