~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to requirements.txt

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-03-30 11:14:57 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20150330111457-kr4ju3guf22m4vbz
Tags: 2015.1~b3-0ubuntu1
* New upstream release.
  + d/control: 
    - Align with upstream dependencies.
    - Add dh-python to build-dependencies.
    - Add psmisc as a dependency. (LP: #1358820)
  + d/p/fix-requirements.patch: Rediffed.
  + d/ironic-conductor.init.in: Fixed typos in LSB headers,
    thanks to JJ Asghar. (LP: #1429962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
lxml>=2.3
9
9
WebOb>=1.2.3
10
10
greenlet>=0.3.2
11
 
sqlalchemy-migrate>=0.9.1,!=0.9.2
 
11
sqlalchemy-migrate>=0.9.5
12
12
netaddr>=0.7.12
13
13
paramiko>=1.13.0
14
14
iso8601>=0.1.9
15
 
python-neutronclient>=2.3.6,<3
 
15
python-neutronclient>=2.3.11,<3
16
16
python-glanceclient>=0.15.0
17
 
python-keystoneclient>=1.0.0
 
17
python-keystoneclient>=1.1.0
18
18
python-swiftclient>=2.2.0
19
19
stevedore>=1.1.0  # Apache-2.0
20
20
pysendfile==2.0.0
21
21
oslo.concurrency>=1.4.1         # Apache-2.0
22
 
oslo.config>=1.6.0  # Apache-2.0
23
 
oslo.db>=1.4.1  # Apache-2.0
 
22
oslo.config>=1.9.0  # Apache-2.0
 
23
oslo.context>=0.2.0
 
24
oslo.db>=1.5.0  # Apache-2.0
24
25
oslo.rootwrap>=1.5.0
25
26
oslo.i18n>=1.3.0  # Apache-2.0
 
27
oslo.policy>=0.3.0  # Apache-2.0
26
28
oslo.serialization>=1.2.0               # Apache-2.0
27
29
oslo.utils>=1.2.0                       # Apache-2.0
28
30
pecan>=0.8.0
29
31
requests>=2.2.0,!=2.4.0
30
 
six>=1.7.0
 
32
six>=1.9.0
31
33
jsonpatch>=1.1
32
34
WSME>=0.6
33
35
Jinja2>=2.6  # BSD License (3 clause)