diff options
author | James Laska <jlaska@ansible.com> | 2014-08-04 13:09:34 -0400 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2014-08-04 13:17:25 -0400 |
commit | b40f1ddc1910557bd3facd720b40c56c66177343 (patch) | |
tree | 7a551c3c14aeef9e997c34b7aea26b8797a2f98b /packaging/debian | |
parent | 7ff63ab7549bdc852458d157d957cfea0bcef8de (diff) | |
download | ansible-b40f1ddc1910557bd3facd720b40c56c66177343.tar.gz |
Require python-crypto >= 2.6 for debian package builds
The ansible PyPi package, and RPM both require crypto>=2.6. This change
carries that dependency into the ansible DEB package. Note, for
ubuntu-12.04, this dependency is only satisfied by a PPA. Users
installing from 'ppa:ansible/ansible' will not be affected..
Diffstat (limited to 'packaging/debian')
-rw-r--r-- | packaging/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/control b/packaging/debian/control index 18d2b24cc7..14d737444e 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, sshpass, ${misc:Depends} +Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, python-httplib2, 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 |