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:
commit
4b0fe316ec
@ -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>
|
Fri Mar 6 10:05:22 UTC 2020 - Nico Kruber <nico.kruber@gmail.com>
|
||||||
|
|
||||||
|
@ -129,6 +129,7 @@ Summary: Python2 Bindings for Google Protocol Buffers
|
|||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Provides: python-%{name} = %{version}
|
Provides: python-%{name} = %{version}
|
||||||
Obsoletes: python-%{name} < %{version}
|
Obsoletes: python-%{name} < %{version}
|
||||||
|
Requires: python2-six >= 1.9
|
||||||
|
|
||||||
%description -n python2-%{name}
|
%description -n python2-%{name}
|
||||||
This package contains the Python bindings for Google Protocol Buffers.
|
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}
|
%package -n python3-%{name}
|
||||||
Summary: Python3 Bindings for Google Protocol Buffers
|
Summary: Python3 Bindings for Google Protocol Buffers
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
Requires: python3-six >= 1.9
|
||||||
|
|
||||||
%description -n python3-%{name}
|
%description -n python3-%{name}
|
||||||
This package contains the Python bindings for Google Protocol Buffers.
|
This package contains the Python bindings for Google Protocol Buffers.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user