From db576ec60d1878e7599e431efb9500c69e529f8389312e497a40301ce70ad543 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 27 Sep 2021 11:07:54 +0000 Subject: [PATCH] use numpy to drag in some python OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pyml?expand=0&rev=19 --- ocaml-pyml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-pyml.spec b/ocaml-pyml.spec index 3f96b80..903f919 100644 --- a/ocaml-pyml.spec +++ b/ocaml-pyml.spec @@ -32,8 +32,11 @@ BuildRequires: ocamlfind(bigarray) BuildRequires: ocamlfind(stdcompat) BuildRequires: ocamlfind(unix) # make check -BuildRequires: python3-base +%if 0%{?suse_version} > 1315 BuildRequires: python3-numpy +%else +BuildRequires: python-numpy +%endif BuildRequires: which %description