added suppression for python-script-but-no-python-dep

pull/5713/head
Ilya Lavrenov 9 years ago
parent 42001234ab
commit 130d4b1bdf
  1. 3
      cmake/OpenCVPackaging.cmake

@ -252,7 +252,8 @@ endif()
if(INSTALL_TESTS) if(INSTALL_TESTS)
set(TESTS_LINTIAN_OVERRIDES "arch-dependent-file-in-usr-share" # usr/share/OpenCV/bin/opencv_test_ml 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() else()
set(TESTS_LINTIAN_OVERRIDES "empty-binary-package") # there is no tests set(TESTS_LINTIAN_OVERRIDES "empty-binary-package") # there is no tests
endif() endif()

Loading…
Cancel
Save