From adca54398c52df70995e2f16dd3e3be4205f86e4a7a349498004f570122abaa2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jun 2024 20:50:06 +0000 Subject: [PATCH] - limit to gast < 0.6.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=46 --- python-pythran.changes | 5 +++++ python-pythran.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pythran.changes b/python-pythran.changes index b11da7c..3cd77ab 100644 --- a/python-pythran.changes +++ b/python-pythran.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 30 20:49:58 UTC 2024 - Dirk Müller + +- limit to gast < 0.6.0 + ------------------------------------------------------------------- Thu Jun 6 20:22:44 UTC 2024 - Dirk Müller diff --git a/python-pythran.spec b/python-pythran.spec index 20236a0..627260f 100644 --- a/python-pythran.spec +++ b/python-pythran.spec @@ -58,10 +58,10 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-beniget >= 0.4.0 -Requires: python-gast >= 0.5.0 Requires: python-numpy Requires: python-ply >= 3.4 Requires: python-setuptools +Requires: (python-gast >= 0.5.0 with python-gast < 0.6.0) Requires(post): update-alternatives Requires(postun): update-alternatives # SECTION This is a package that compiles code, the runtime requires devel packages