15
0

- Cleanup use of ifpython3, using the existing macro checks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curtsies?expand=0&rev=19
This commit is contained in:
2021-02-26 04:20:04 +00:00
committed by Git OBS Bridge
parent 8addc5018f
commit f183264e56
2 changed files with 7 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 26 04:19:05 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Cleanup use of ifpython3, using the existing macro checks
-------------------------------------------------------------------
Thu Apr 23 11:09:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-curtsies
#
# 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
@@ -43,15 +43,11 @@ BuildRequires: python2-typing
%endif
%if %{python_version_nodots} < 35
BuildRequires: python3-typing
Requires: python-typing
%endif
%ifpython2
Requires: python-typing
%endif
%ifpython3
%if %{python3_version_nodots} < 35
Requires: python-typing
%endif
%endif
%python_subpackages
%description