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
|
Source: ansible-runner
Section: net
Priority: optional
Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-daemon,
python3-pbr,
python3-pexpect,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-yaml,
Build-Depends-Indep:
python3-doc,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/ansible/ansible-runner
Vcs-Browser: https://salsa.debian.org/saki/ansible-runner
Vcs-Git: https://salsa.debian.org/saki/ansible-runner.git
Package: python-ansible-runner-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: library that interfaces with Ansible (docs)
Ansible Runner is a tool and python library that helps when interfacing
with Ansible directly or as part of another system whether that be
through a container image interface, as a standalone tool, or as a
Python module that can be imported.
.
This package provides the Sphinx generated documentation for Ansible Runner.
Package: python3-ansible-runner
Architecture: all
Depends:
ansible-core,
bubblewrap,
sshpass,
${misc:Depends},
${python3:Depends},
Suggests:
python-ansible-runner-doc,
Description: library that interfaces with Ansible (Python 3.x)
Ansible Runner is a tool and python library that helps when interfacing
with Ansible directly or as part of another system whether that be
through a container image interface, as a standalone tool, or as a
Python module that can be imported.
.
This package contains the Python 3.x module.
|