summaryrefslogtreecommitdiff
path: root/packaging/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/debian/control')
-rw-r--r--packaging/debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/debian/control b/packaging/debian/control
index a771be78ee..c02f2c74ab 100644
--- a/packaging/debian/control
+++ b/packaging/debian/control
@@ -1,14 +1,14 @@
-Source: ansible
+Source: ansible-base
Section: admin
Priority: optional
Standards-Version: 3.9.3
Maintainer: Ansible, Inc. <info@ansible.com>
-Build-Depends: cdbs, debhelper (>= 5.0.0), python-docutils, python, dh-python | python-support, python-setuptools, lsb-release
+Build-Depends: cdbs, debhelper (>= 5.0.0), python3-docutils, python3, dh-python | python-support, python3-setuptools, lsb-release
Homepage: https://github.com/ansible/ansible/
-Package: ansible
+Package: ansible-base
Architecture: all
-Depends: python-jinja2, python-yaml, python-paramiko, python-httplib2, python-six, python-crypto (>= 2.6), python-setuptools, sshpass, ${misc:Depends}, ${python:Depends}
+Depends: python3-jinja2, python3-yaml, python3-paramiko, python3-cryptography, sshpass, ${misc:Depends}, ${python:Depends}
Description: Ansible IT Automation
Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
@@ -18,7 +18,7 @@ Description: Ansible IT Automation
Package: ansible-test
Architecture: all
-Depends: ansible (= ${binary:Version}), python-virtualenv, ${misc:Depends}
+Depends: ansible-base (= ${binary:Version}), python3-venv, ${misc:Depends}
Description: Ansible IT Automation
Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works