forked from pool/openvswitch
- add missing sortedcontainers dependency to the python bindings
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=194
This commit is contained in:
parent
312d116c79
commit
63f13e4642
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 18:06:02 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- add missing sortedcontainers dependency to the python bindings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 14:56:34 UTC 2019 - Jaime Caamaño Ruiz <jcaamano@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openvswitch
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -49,7 +49,7 @@ Summary: A multilayer virtual network switch
|
||||
# - utilities/bugtool which is LGPL-2.1
|
||||
License: Apache-2.0 AND LGPL-2.1-only AND SISSL
|
||||
Group: Productivity/Networking/System
|
||||
Url: http://openvswitch.org/
|
||||
URL: http://openvswitch.org/
|
||||
Source0: http://openvswitch.org/releases/openvswitch-%{version}.tar.gz
|
||||
Source1: preamble
|
||||
Source89: Module.supported.updates
|
||||
@ -292,6 +292,7 @@ Group: Productivity/Networking/System
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: python2
|
||||
Requires: python2-six
|
||||
Requires: python2-sortedcontainers
|
||||
Provides: python-%{name} = %{version}
|
||||
Provides: python-ovs = %{version}
|
||||
Provides: python2-%{name} = %{version}
|
||||
@ -309,6 +310,7 @@ Group: Productivity/Networking/System
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: python3
|
||||
Requires: python3-six
|
||||
Requires: python3-sortedcontainers
|
||||
Provides: python3-%{name} = %{version}
|
||||
Obsoletes: python3-%{name} < 2.10.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user