diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-06-02 11:43:35 -0700 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-06-02 11:43:35 -0700 |
commit | 300eb3a843dc773722ebd7bc1ceea9a3b8d91e86 (patch) | |
tree | 6aad80c5baf002fb423244d6d2fc5e701d0d543b /packaging/debian | |
parent | 093b5b6051605444320f11ff1857d951d838fcaf (diff) | |
download | ansible-300eb3a843dc773722ebd7bc1ceea9a3b8d91e86.tar.gz |
Add six as a dependency for packaging
Diffstat (limited to 'packaging/debian')
-rw-r--r-- | packaging/debian/README.md | 2 | ||||
-rw-r--r-- | packaging/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debian/README.md b/packaging/debian/README.md index 62c6af084c..a8150ff30f 100644 --- a/packaging/debian/README.md +++ b/packaging/debian/README.md @@ -3,7 +3,7 @@ Ansible Debian Package To create an Ansible DEB package: - sudo apt-get install python-paramiko python-yaml python-jinja2 python-httplib2 python-setuptools sshpass + sudo apt-get install python-paramiko python-yaml python-jinja2 python-httplib2 python-setuptools python-six sshpass sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot asciidoc devscripts git clone git://github.com/ansible/ansible.git cd ansible diff --git a/packaging/debian/control b/packaging/debian/control index 14d737444e..73e1cc9202 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -8,7 +8,7 @@ Homepage: http://ansible.github.com/ Package: ansible Architecture: all -Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2, python-crypto (>= 2.6), sshpass, ${misc:Depends} +Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2, python-six, python-crypto (>= 2.6), sshpass, ${misc:Depends} Description: A radically simple IT automation platform A radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and |