Accepting request 888465 from devel:languages:python

- Remove unnecessary %ifpython3 construct

OBS-URL: https://build.opensuse.org/request/show/888465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cryptography?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2021-04-27 19:34:16 +00:00 committed by Git OBS Bridge
commit 8335204ed9
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 26 10:07:08 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Remove unnecessary %ifpython3 construct
-------------------------------------------------------------------
Sun Feb 7 20:11:11 UTC 2021 - Michael Ströder <michael@stroeder.com>

View File

@ -65,13 +65,10 @@ BuildRequires: %{python_module pyasn1 >= 0.1.8}
BuildRequires: %{python_module pytest > 3.3.0}
# /SECTION
# python-base is not enough, we need the _ssl module
Requires: python
%ifpython2
Requires: python-enum34
Requires: python-ipaddress
Requires: python2
%endif
%ifpython3
Requires: python3
%endif
%python_subpackages