SHA256
1
0
forked from pool/protobuf

Accepting request 814654 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/814654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/protobuf?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2020-06-22 15:41:47 +00:00 committed by Git OBS Bridge
commit 4b0fe316ec
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 10 15:32:29 UTC 2020 - Rolf Krahl <rolf@rotkraut.de>
- Python: Add requirement on python-six
-------------------------------------------------------------------
Fri Mar 6 10:05:22 UTC 2020 - Nico Kruber <nico.kruber@gmail.com>

View File

@ -129,6 +129,7 @@ Summary: Python2 Bindings for Google Protocol Buffers
Group: Development/Libraries/Python
Provides: python-%{name} = %{version}
Obsoletes: python-%{name} < %{version}
Requires: python2-six >= 1.9
%description -n python2-%{name}
This package contains the Python bindings for Google Protocol Buffers.
@ -136,6 +137,7 @@ This package contains the Python bindings for Google Protocol Buffers.
%package -n python3-%{name}
Summary: Python3 Bindings for Google Protocol Buffers
Group: Development/Libraries/Python
Requires: python3-six >= 1.9
%description -n python3-%{name}
This package contains the Python bindings for Google Protocol Buffers.