0762a31e8e
The OpenStack Wallaby release ships neutron-lib 2.10.1 at the moment. There's no reason for us to depend on a newer version and this way the ovn-bgp-agent can run on Wallaby as well. Signed-off-by: Daniel Alvarez <dalvarez@redhat.com> Change-Id: If9af96c6c7c30887e864c715ae87d7e107576163
19 lines
631 B
Plaintext
19 lines
631 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=2.0 # Apache-2.0
|
|
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
|
neutron-lib>=2.10.1 # Apache-2.0
|
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
|
oslo.config>=6.1.0 # Apache-2.0
|
|
oslo.log>=3.36.0 # Apache-2.0
|
|
oslo.privsep>=2.3.0 # Apache-2.0
|
|
oslo.service>=1.40.2 # Apache-2.0
|
|
ovs>=2.8.0 # Apache-2.0
|
|
ovsdbapp>=1.4.0 # Apache-2.0
|
|
pyroute2>=0.6.4;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
|