From ba8c0941a2980d64547a82f651f2d9111722086d Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Tue, 7 May 2024 23:27:28 +0300 Subject: [PATCH] Removes mongodb:3.6 requirement, adds python36:3.6 and swig:3.0 - mongodb:3.6 is not required to build the module anymore. - swig:3.0 is required for the scipy package. - python36:3.6 is required for all module packages. --- SOURCES/modulemd.src.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 539ea94..72077fc 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -18,7 +18,8 @@ data: - MIT dependencies: - buildrequires: - mongodb: [3.6] + python36: [3.6] + swig: [3.0] platform: [el8] requires: platform: [el8]