Tomáš Chvátal 2020-04-23 10:39:56 +00:00 committed by Git OBS Bridge
parent 63a91cc23c
commit a3a514d0f4
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 23 10:38:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build without python2
-------------------------------------------------------------------
Mon Mar 16 10:41:25 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-oci-sdk
Version: 2.11.0
Release: 0
@ -55,7 +56,7 @@ BuildRequires: %{python_module pytz >= 2016.10}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module six}
BuildRequires: %{python_module vcrpy}
%ifpython2
%if %{with python2}
BuildRequires: python-configparser >= 3.5.0
%endif
# /SECTION