14
0

Accepting request 855631 from home:bnavigator:branches:devel:languages:python

- Fix condition around BuildRequirement

OBS-URL: https://build.opensuse.org/request/show/855631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-toolbelt?expand=0&rev=18
This commit is contained in:
2020-12-14 06:25:59 +00:00
committed by Git OBS Bridge
parent da9a8dcc93
commit 7170e3f32e
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 14 00:35:01 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Fix condition around BuildRequirement
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 13 21:51:50 UTC 2020 - Matej Cepl <mcepl@suse.com> Sun Dec 13 21:51:50 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -40,8 +40,8 @@ BuildRequires: %{python_module betamax >= 0.5.0}
# gh#pyca/cryptography#5606 # gh#pyca/cryptography#5606
BuildRequires: %{python_module pyOpenSSL >= 19.1.0} BuildRequires: %{python_module pyOpenSSL >= 19.1.0}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
%ifpython2 %if 0%{suse_version} <= 1500
BuildRequires: %{python_module mock} BuildRequires: python-mock
%endif %endif
# /SECTION # /SECTION
%python_subpackages %python_subpackages