File: control

package info (click to toggle)
python-tempestconf 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: python: 4,530; makefile: 18; sh: 9
file content (51 lines) | stat: -rw-r--r-- 1,346 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
Source: python-tempestconf
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Guillaume Boutry <boutryguillaume1@gmail.com>,
Build-Depends:
 debhelper (>= 11),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-pbr (>= 1.8),
 python3-setuptools,
Build-Depends-Indep:
 python3-openstacksdk,
 python3-os-client-config (>= 1.26.0),
 python3-oslo.config (>= 3.23.0),
 python3-oslotest,
 python3-requests,
 python3-stestr,
 python3-subunit,
 python3-tempest,
 python3-tenacity,
 python3-testscenarios,
 python3-testtools,
 python3-yaml,
 tempest,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-tempestconf
Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-tempestconf.git
Homepage: https://opendev.org/openinfra/python-tempestconf

Package: python3-tempestconf
Architecture: all
Depends:
 python3-openstacksdk,
 python3-os-client-config (>= 1.26.0),
 python3-oslo.config (>= 3.23.0),
 python3-pbr (>= 1.8),
 python3-requests,
 python3-tempest,
 python3-yaml,
 tempest,
 ${misc:Depends},
 ${python3:Depends},
Description: automatic tempest configuration
 python-tempestconf will automatically generate the tempest configuration based
 on your cloud.
 .
 This package contains the Python 3.x module.