Accepting request 800047 from home:mslacken:branches:devel:tools:building

- disable python2 builds for Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/800047
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=88
This commit is contained in:
Martin Pluskal 2020-05-04 14:43:11 +00:00 committed by Git OBS Bridge
parent 15ba827162
commit a81c6e6c39
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 4 11:43:58 UTC 2020 - Christian Goll <cgoll@suse.com>
- disable python2 builds for Tumbleweed
-------------------------------------------------------------------
Fri Mar 6 10:05:22 UTC 2020 - Nico Kruber <nico.kruber@gmail.com>

View File

@ -24,7 +24,12 @@
# requires gmock, which is not yet in the distribution
%bcond_with check
%bcond_without java
%if 0%{?suse_version} > 1500
%bcond_with python2
%define skip_python2 1
%else
%bcond_without python2
%endif
%bcond_without python3
Name: protobuf
Version: 3.11.4