summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-01-13 17:22:43 -0800
committerJames Cammarata <jimi@sngx.net>2016-01-14 16:51:31 -0500
commit42e66c3511c1facc7ea143fe726d81b0663c3094 (patch)
tree8db7e6c2886f17ac8927a8d587af9e8fd4609fd4
parenta50d1ea756d128db0327d9485df29628419a6d46 (diff)
downloadansible-42e66c3511c1facc7ea143fe726d81b0663c3094.tar.gz
Add python-setuptools to the requirements for running ansible as
python-setuptools contains the egginfo needed to make pkg_resources work.
-rw-r--r--packaging/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/control b/packaging/debian/control
index 462fd5caf1..13f0c5b42d 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-six, 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), python-setuptools, 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