diff --git a/opencv.spec b/opencv.spec index c2544ddfbe5d5efa52afb88e67e0328f6beb5cde..2d74f99e56198a94b981382593cc05de2e64283a 100644 --- a/opencv.spec +++ b/opencv.spec @@ -1,6 +1,6 @@ Name: opencv Version: 4.5.2 -Release: 9 +Release: 10 Summary: OpenCV means IntelĀ® Open Source Computer Vision Library. License: Apache-2.0 URL: https://github.com/opencv/opencv @@ -27,6 +27,8 @@ BuildRequires: tesseract-devel BuildRequires: mesa-libGLU-devel BuildRequires: java-1.8.0-openjdk +Requires: python3-numpy + %description OpenCV means IntelĀ® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing @@ -106,6 +108,9 @@ make install DESTDIR=%{buildroot} %{python3_sitelib}/cv2/* %changelog +* Mon Mar 31 2025 dongjiao - 4.5.2-10 +- Add requires python3-numpy + * Wed Nov 22 2023 konglidong - 4.5.2-9 - backport upstraem patch to fix build failed