deb-python-ironic-lib/debian/control

104 lines
4.4 KiB
Plaintext

Source: python-ironic-lib
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 10),
dh-python,
openstack-pkg-tools (>= 52~),
python-all,
python-pbr (>= 1.8),
python-setuptools,
python3-all,
python3-pbr (>= 1.8),
python3-setuptools,
Build-Depends-Indep: python-coverage,
python-eventlet (>= 0.18.4),
python-hacking (>= 0.10.0),
python-mock (>= 2.0),
python-os-testr (>= 0.7.0),
python-oslo.concurrency (>= 3.8.0),
python-oslo.config (>= 1:3.10.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.log (>= 1.14.0),
python-oslo.service (>= 1.10.0),
python-oslo.utils (>= 3.14.0),
python-oslotest (>= 1:1.10.0),
python-requests (>= 2.10.0),
python-six (>= 1.9.0),
python-testscenarios,
python-testtools (>= 1.4.0),
python3-crypto,
python3-eventlet (>= 0.18.4),
python3-mock (>= 2.0),
python3-os-testr (>= 0.7.0),
python3-oslo.concurrency (>= 3.8.0),
python3-oslo.config (>= 1:3.10.0),
python3-oslo.i18n (>= 2.1.0),
python3-oslo.log (>= 1.14.0),
python3-oslo.service (>= 1.10.0),
python3-oslo.utils (>= 3.14.0),
python3-oslotest (>= 1:1.10.0),
python3-requests (>= 2.10.0),
python3-six (>= 1.9.0),
python3-subunit,
python3-testscenarios,
python3-testtools (>= 1.4.0),
subunit,
testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-ironic-lib?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-ironic-lib -b debian/newton
Homepage: http://www.openstack.org/
Package: python-ironic-lib
Architecture: all
Depends: python-oslo.concurrency (>= 3.8.0),
python-oslo.config (>= 1:3.10.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.log (>= 1.14.0),
python-oslo.service (>= 1.10.0),
python-oslo.utils (>= 3.14.0),
python-pbr (>= 1.8),
python-requests (>= 2.10.0),
python-six (>= 1.9.0),
${misc:Depends},
${python:Depends},
Description: common library used by various Ironic projects - Python 2.7
A common library to be used by various projects in the Ironic ecosystem.
.
Ironic provision bare metal machines instead of virtual machines. It is a fork
of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
API and a set of plugins which interact with the bare metal hypervisors. By
default, it will use PXE and IPMI in concert to provision and turn on/off
machines, but Ironic also supports vendor-specific plugins which may implement
additional functionality.
.
This package provides the Python 2.7 module.
Package: python3-ironic-lib
Architecture: all
Depends: python3-crypto,
python3-oslo.concurrency (>= 3.8.0),
python3-oslo.config (>= 1:3.10.0),
python3-oslo.i18n (>= 2.1.0),
python3-oslo.log (>= 1.14.0),
python3-oslo.service (>= 1.10.0),
python3-oslo.utils (>= 3.14.0),
python3-pbr (>= 1.8),
python3-requests (>= 2.10.0),
python3-six (>= 1.9.0),
${misc:Depends},
${python3:Depends},
Description: common library used by various Ironic projects - Python 3.x
A common library to be used by various projects in the Ironic ecosystem.
.
Ironic provision bare metal machines instead of virtual machines. It is a fork
of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
API and a set of plugins which interact with the bare metal hypervisors. By
default, it will use PXE and IPMI in concert to provision and turn on/off
machines, but Ironic also supports vendor-specific plugins which may implement
additional functionality.
.
This package provides the Python 3.x module.