forked from pool/python-curtsies
- 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user