From 25f62206279d340685de637d544833b15435084e9d5b07be1adb6ba576fcd6f3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 23 Feb 2021 19:01:00 +0000 Subject: [PATCH] Accepting request 874635 from home:mcalabkova:branches:devel:languages:python - Get rid of broken %ifpython3 macro OBS-URL: https://build.opensuse.org/request/show/874635 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=54 --- python-Paste.changes | 5 +++++ python-Paste.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-Paste.changes b/python-Paste.changes index c0b5fa2..ee8dd0b 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 23 15:59:59 UTC 2021 - Markéta Machová + +- Get rid of broken %ifpython3 macro + ------------------------------------------------------------------- Thu Nov 26 09:07:17 UTC 2020 - Dirk Mueller diff --git a/python-Paste.spec b/python-Paste.spec index c2e7514..0e774be 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -1,7 +1,7 @@ # # spec file for package python-Paste # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,8 +39,8 @@ Suggests: python-python-openid Provides: %{oldpython}-paste = %{version} Obsoletes: %{oldpython}-paste < %{version} %endif -%ifpython3 -Suggests: python3-python3-openid +%if %{python_version_nodots} >= 30 +Suggests: python-python3-openid %endif %python_subpackages