Olaf Hering 2020-02-23 19:19:02 +00:00 committed by Git OBS Bridge
parent 7611f804fc
commit 00674e6c9a

View File

@ -33,7 +33,11 @@ BuildRequires: ocamlfind(stdcompat)
BuildRequires: ocamlfind(unix)
# make check
BuildRequires: python > 3.0
%if 0%{?suse_version} > 1315
BuildRequires: python3-numpy
%else
BuildRequires: python-numpy
%endif
%description
Stdcompat is a compatibility layer allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml.