From e56c2172958e80543d734e9313d5a953c61d8ccebcd1c48479435681a640abfb Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 16 Jun 2021 16:57:05 +0000 Subject: [PATCH] - Select any python flavor via python(abi) OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pyml?expand=0&rev=12 --- ocaml-pyml.changes | 5 +++++ ocaml-pyml.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ocaml-pyml.changes b/ocaml-pyml.changes index fc20058..0514de9 100644 --- a/ocaml-pyml.changes +++ b/ocaml-pyml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 15 15:15:15 UTC 2021 - ohering@suse.de + +- Select any python flavor via python(abi) + ------------------------------------------------------------------- Fri Apr 9 09:09:09 UTC 2021 - ohering@suse.de diff --git a/ocaml-pyml.spec b/ocaml-pyml.spec index cb79f60..c70857b 100644 --- a/ocaml-pyml.spec +++ b/ocaml-pyml.spec @@ -32,7 +32,7 @@ BuildRequires: ocamlfind(findlib) BuildRequires: ocamlfind(stdcompat) BuildRequires: ocamlfind(unix) # make check -BuildRequires: python > 3.0 +BuildRequires: python(abi) > 3.0 %if 0%{?suse_version} > 1315 BuildRequires: python3-numpy %else