| 12
 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
 
 | 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),
               ansible-core (>= 2.16) <!nocheck>,
               dh-python,
               python3-setuptools,
               python3,
               pybuild-plugin-pyproject,
               python3-setuptools-scm,
               python3-jsonschema (>= 4.6.0),
               python3-packaging,
               python3-pytest <!nocheck>,
               python3-pytest-instafail <!nocheck>,
               python3-pytest-mock <!nocheck>,
               python3-yaml,
               python3-subprocess-tee,
Standards-Version: 4.7.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
Testsuite: autopkgtest-pkg-pybuild
Package: python3-ansible-compat
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         ansible-core (>= 2.16),
Description: Ansible compatibility goodies
 A Python package contains functions that facilitate working
 with various versions of Ansible 2.9 and newer.
 |