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:
commit
8335204ed9
@ -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>
|
Sun Feb 7 20:11:11 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@ -65,13 +65,10 @@ BuildRequires: %{python_module pyasn1 >= 0.1.8}
|
|||||||
BuildRequires: %{python_module pytest > 3.3.0}
|
BuildRequires: %{python_module pytest > 3.3.0}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
# python-base is not enough, we need the _ssl module
|
# python-base is not enough, we need the _ssl module
|
||||||
|
Requires: python
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Requires: python-enum34
|
Requires: python-enum34
|
||||||
Requires: python-ipaddress
|
Requires: python-ipaddress
|
||||||
Requires: python2
|
|
||||||
%endif
|
|
||||||
%ifpython3
|
|
||||||
Requires: python3
|
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user