- Remove unnecessary %ifpython3 construct

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=136
This commit is contained in:
2021-04-26 10:07:18 +00:00
committed by Git OBS Bridge
parent 86fe90af53
commit b02abbbf1c
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