forked from pool/protobuf
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:
parent
15ba827162
commit
a81c6e6c39
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user