File: control

package info (click to toggle)
python-pypowervm 1.1.24%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,400 kB
  • sloc: python: 29,780; xml: 174; makefile: 14
file content (60 lines) | stat: -rw-r--r-- 1,581 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
Source: python-pypowervm
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-pbr,
 python3-setuptools,
Build-Depends-Indep:
 python3-lxml,
 python3-mock,
 python3-oslo.concurrency,
 python3-oslo.context,
 python3-oslo.i18n,
 python3-oslo.log,
 python3-oslo.utils,
 python3-pyasn1,
 python3-pyasn1-modules,
 python3-requests,
 python3-six,
 python3-stestr,
 python3-taskflow,
 python3-tz,
 subunit,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-pypowervm
Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-pypowervm.git
Homepage: https://github.com/powervm/pypowervm

Package: python3-pypowervm
Architecture: all
Depends:
 python3-lxml,
 python3-oslo.concurrency,
 python3-oslo.context,
 python3-oslo.i18n,
 python3-oslo.log,
 python3-oslo.utils,
 python3-pbr,
 python3-pyasn1,
 python3-pyasn1-modules,
 python3-requests,
 python3-six,
 python3-taskflow,
 python3-tz,
 ${misc:Depends},
 ${python3:Depends},
Description: Python binding for the PowerVM REST API - Python 3.x
 PowerVM, formerly known as Advanced Power Virtualization (APV), is a
 chargeable feature of IBM POWER6, POWER7 and POWER8 servers and is required
 for support of micro-partitions and other advanced features. Support is
 provided for IBM i, AIX and Linux. This Python module is a REST client for the
 PowerVM API.
 .
 This package contains the Python 3.x module.