From 1699796889f200310946259b5cb5820b0f115453 Mon Sep 17 00:00:00 2001 From: dongjiao_joan Date: Mon, 31 Mar 2025 02:09:05 +0000 Subject: [PATCH] update opencv.spec. Add requires python3-numpy Signed-off-by: dongjiao_joan --- opencv.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index c2544dd..2d74f99 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 -- Gitee