File: control

package info (click to toggle)
python-proliantutils 2.1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,848 kB
  • ctags: 959
  • sloc: python: 41,048; makefile: 167
file content (87 lines) | stat: -rw-r--r-- 3,603 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Source: python-proliantutils
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools (>= 51~),
               python-all,
               python-pbr,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-pbr,
               python3-setuptools
Build-Depends-Indep: python-coverage,
                     python-ddt,
                     python-hacking,
                     python-jsonschema (>= 2.4.0),
                     python-mock,
                     python-oslo.concurrency (>= 1.8.0),
                     python-oslo.utils (>= 1.4.0),
                     python-os-testr (>= 0.4.1),
                     python-requests (>= 2.7.0),
                     python-six (>= 1.9.0),
                     python-testtools (>= 1.4.0),
                     python3-ddt,
                     python3-jsonschema (>= 2.4.0),
                     python3-mock,
                     python3-oslo.concurrency (>= 1.8.0),
                     python3-oslo.utils (>= 1.4.0),
                     python3-os-testr (>= 0.4.1),
                     python3-requests (>= 2.7.0),
                     python3-six (>= 1.9.0),
                     python3-subunit,
                     python3-testtools (>= 1.4.0),
                     subunit,
                     testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-proliantutils?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-proliantutils -b debian/newton
Homepage: https://github.com/openstack/proliantutils

Package: python-proliantutils
Architecture: all
Depends: python-jsonschema (>= 2.4.0),
         python-oslo.concurrency (>= 1.8.0),
         python-oslo.utils (>= 1.4.0),
         python-requests (>= 2.7.0),
         python-six (>= 1.9.0),
         ${misc:Depends},
         ${python:Depends},
Suggests: python-proliantutils-doc
Description: client lib interfacing various devices in HP Proliant Servers - Python 2.x
 Proliant Management Tools provides Python libraries for interfacing and
 managing various devices(like iLO) present in HP Proliant Servers. Currently,
 this module offers a library to interface to iLO4 using RIBCL.
 .
 This package contains the Python 2.x module.

Package: python3-proliantutils
Architecture: all
Depends: python3-jsonschema (>= 2.4.0),
         python3-oslo.concurrency (>= 1.8.0),
         python3-oslo.utils (>= 1.4.0),
         python3-requests (>= 2.7.0),
         python3-six (>= 1.9.0),
         ${misc:Depends},
         ${python3:Depends},
Suggests: python-proliantutils-doc
Description: client lib interfacing various devices in HP Proliant Servers - Python 3.x
 Proliant Management Tools provides Python libraries for interfacing and
 managing various devices(like iLO) present in HP Proliant Servers. Currently,
 this module offers a library to interface to iLO4 using RIBCL.
 .
 This package contains the Python 3.x module.

Package: python-proliantutils-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: client lib interfacing various devices in HP Proliant Servers - doc
 Proliant Management Tools provides Python libraries for interfacing and
 managing various devices(like iLO) present in HP Proliant Servers. Currently,
 this module offers a library to interface to iLO4 using RIBCL.
 .
 This package contains the documentation.