~ubuntu-branches/ubuntu/wily/neutron/wily

« back to all changes in this revision

Viewing changes to .pc/drop-ryu-dep.patch/requirements.txt

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-10-02 18:10:49 UTC
  • Revision ID: package-import@ubuntu.com-20151002181049-2y8696dv0tnj2j7z
Tags: 2:7.0.0~rc1-0ubuntu4
* Drop hard requirement on python-ryu for this cycle as it supports
  a new alternative agent implementation for Open vSwitch and is not
  the default, avoiding inclusion of ryu in main for Wily.
  - d/control: Drop (Build-)Depends on ryu, add Suggests.
  - d/p/drop-ryu-dep.patch: Patch out hard requirement on ryu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# The order of packages is significant, because pip processes them in the order
 
2
# of appearance. Changing the order has an impact on the overall integration
 
3
# process, which may cause wedges in the gate later.
 
4
pbr>=1.6
 
5
 
 
6
Paste
 
7
PasteDeploy>=1.5.0
 
8
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
 
9
Routes!=2.0,>=1.12.3;python_version!='2.7'
 
10
debtcollector>=0.3.0 # Apache-2.0
 
11
eventlet>=0.17.4
 
12
pecan>=1.0.0
 
13
greenlet>=0.3.2
 
14
httplib2>=0.7.5
 
15
requests>=2.5.2
 
16
Jinja2>=2.6 # BSD License (3 clause)
 
17
keystonemiddleware>=2.0.0
 
18
netaddr!=0.7.16,>=0.7.12
 
19
python-neutronclient>=2.6.0
 
20
retrying!=1.3.0,>=1.2.3 # Apache-2.0
 
21
ryu>=3.23.2 # Apache-2.0
 
22
SQLAlchemy<1.1.0,>=0.9.9
 
23
WebOb>=1.2.3
 
24
python-keystoneclient>=1.6.0
 
25
alembic>=0.8.0
 
26
six>=1.9.0
 
27
stevedore>=1.5.0 # Apache-2.0
 
28
oslo.concurrency>=2.3.0 # Apache-2.0
 
29
oslo.config>=2.3.0 # Apache-2.0
 
30
oslo.context>=0.2.0 # Apache-2.0
 
31
oslo.db>=2.4.1 # Apache-2.0
 
32
oslo.i18n>=1.5.0 # Apache-2.0
 
33
oslo.log>=1.8.0 # Apache-2.0
 
34
oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
 
35
oslo.middleware>=2.8.0 # Apache-2.0
 
36
oslo.policy>=0.5.0 # Apache-2.0
 
37
oslo.rootwrap>=2.0.0 # Apache-2.0
 
38
oslo.serialization>=1.4.0 # Apache-2.0
 
39
oslo.service>=0.7.0 # Apache-2.0
 
40
oslo.utils>=2.0.0 # Apache-2.0
 
41
oslo.versionedobjects>=0.9.0
 
42
 
 
43
python-novaclient>=2.28.1
 
44
 
 
45
# Windows-only requirements
 
46
pywin32;sys_platform=='win32'
 
47
wmi;sys_platform=='win32'