From 1c92cba903877a8a3cd7022b7e9e250fe0a5b688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 22 Aug 2019 20:43:52 +0200 Subject: [PATCH] Drop the broken dependency on pylint --- opencv.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opencv.spec b/opencv.spec index ea0601e..54298e8 100644 --- a/opencv.spec +++ b/opencv.spec @@ -108,7 +108,6 @@ BuildRequires: pkgconfig BuildRequires: python3-devel BuildRequires: python3-flake8 BuildRequires: python3-numpy -BuildRequires: pylint BuildRequires: swig >= 1.3.24 %{?with_ffmpeg:BuildRequires: ffmpeg-devel >= 0.4.9} %if 0%{?fedora} || 0%{?rhel} > 7 @@ -286,7 +285,7 @@ pushd build -DINSTALL_PYTHON_EXAMPLES=ON \ -DPYTHON2_EXECUTABLE=false \ -DPYTHON3_EXECUTABLE=%{__python3} \ - -DENABLE_PYLINT=ON \ + -DENABLE_PYLINT=OFF \ -DBUILD_PROTOBUF=OFF \ -DPROTOBUF_UPDATE_FILES=ON \ %{?with_opencl: -DOPENCL_INCLUDE_DIR=%{_includedir}/CL } \