diff --git a/python-curtsies.changes b/python-curtsies.changes index 73b95fc..fb27491 100644 --- a/python-curtsies.changes +++ b/python-curtsies.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 26 04:19:05 UTC 2021 - Steve Kowalik + +- Cleanup use of ifpython3, using the existing macro checks + ------------------------------------------------------------------- Thu Apr 23 11:09:49 UTC 2020 - Tomáš Chvátal diff --git a/python-curtsies.spec b/python-curtsies.spec index b9863b1..0dd5227 100644 --- a/python-curtsies.spec +++ b/python-curtsies.spec @@ -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