diff --git a/cmake/OpenCVPackaging.cmake b/cmake/OpenCVPackaging.cmake index 1338476c07..f7fbcfaaa2 100644 --- a/cmake/OpenCVPackaging.cmake +++ b/cmake/OpenCVPackaging.cmake @@ -252,7 +252,8 @@ endif() if(INSTALL_TESTS) set(TESTS_LINTIAN_OVERRIDES "arch-dependent-file-in-usr-share" # usr/share/OpenCV/bin/opencv_test_ml - "binary-or-shlib-defines-rpath") # usr/share/OpenCV/bin/opencv_test_ml + "binary-or-shlib-defines-rpath" # usr/share/OpenCV/bin/opencv_test_ml + "python-script-but-no-python-dep") # usr/share/OpenCV/bin/calchist.py else() set(TESTS_LINTIAN_OVERRIDES "empty-binary-package") # there is no tests endif()