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
This commit is contained in:
Dirk Mueller 2021-02-23 19:01:00 +00:00 committed by Git OBS Bridge
parent 5da8183a8e
commit 25f6220627
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 23 15:59:59 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Get rid of broken %ifpython3 macro
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 26 09:07:17 UTC 2020 - Dirk Mueller <dmueller@suse.com> Thu Nov 26 09:07:17 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-Paste # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -39,8 +39,8 @@ Suggests: python-python-openid
Provides: %{oldpython}-paste = %{version} Provides: %{oldpython}-paste = %{version}
Obsoletes: %{oldpython}-paste < %{version} Obsoletes: %{oldpython}-paste < %{version}
%endif %endif
%ifpython3 %if %{python_version_nodots} >= 30
Suggests: python3-python3-openid Suggests: python-python3-openid
%endif %endif
%python_subpackages %python_subpackages