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

« back to all changes in this revision

Viewing changes to driver-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:
4
4
# python projects they should package as optional dependencies for Ironic.
5
5
 
6
6
# These are available on pypi
7
 
proliantutils
 
7
ironic-discoverd>=1.0.0
 
8
proliantutils>=2.0.1
8
9
pyghmi
9
10
pysnmp
10
11
python-scciclient
11
12
python-seamicroclient
12
13
 
13
 
# The drac driver imports a python module called "pywsman", however,
 
14
# The drac and amt driver import a python module called "pywsman", however,
14
15
# this does not exist on pypi.
15
16
# It is installed by the openwsman-python (on RH) or python-openwsman (on deb)
16
17
# package, from https://github.com/Openwsman/openwsman/blob/master/bindings/python/Makefile.am#L29
19
20
# The iboot driver does not seem to have any available packages or pip modules,
20
21
# but the source is available here:
21
22
# https://github.com/darkip/python-iboot
 
23
 
 
24
# 'pxe_vbox' and 'agent_vbox' drivers require pyremotevbox library.
 
25
# The python module ZSI which is required for pyremotevbox is not available
 
26
# in pypi right now. Refer documentation on how to install and configure this:
 
27
# http://docs.openstack.org/developer/ironic/drivers/vbox.html
 
28
pyremotevbox