File: control

package info (click to toggle)
python-ansible-compat 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 420 kB
  • sloc: python: 1,675; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,135 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
Source: python-ansible-compat
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>, Samuel Henrique <samueloph@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3,
               pybuild-plugin-pyproject,
               python3-setuptools-scm,
               python3-jsonschema (>= 4.6.0),
               python3-packaging,
               python3-yaml,
               python3-subprocess-tee,
Standards-Version: 4.6.2
Homepage: https://github.com/ansible/ansible-compat/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ansible-compat.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ansible-compat
Rules-Requires-Root: no

Package: python3-ansible-compat
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         ansible-core,
Description: Ansible compatibility goodies
 A Python package contains functions that facilitate working
 with various versions of Ansible 2.9 and newer.