Commit 75039845 by Andy Freeland

Building Ansible deb requires setuptools

parent 9c7ea82a
...@@ -3,7 +3,7 @@ Ansible Debian Package ...@@ -3,7 +3,7 @@ Ansible Debian Package
To create an Ansible DEB package: To create an Ansible DEB package:
sudo apt-get install python-paramiko python-yaml python-jinja2 python-httplib2 sshpass sudo apt-get install python-paramiko python-yaml python-jinja2 python-httplib2 python-setuptools sshpass
sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot
git clone git://github.com/ansible/ansible.git git clone git://github.com/ansible/ansible.git
cd ansible cd ansible
...@@ -16,4 +16,4 @@ Note that `dpkg -i` does not resolve dependencies. ...@@ -16,4 +16,4 @@ Note that `dpkg -i` does not resolve dependencies.
To install the Ansible DEB package and resolve dependencies: To install the Ansible DEB package and resolve dependencies:
sudo dpkg -i <package-file> sudo dpkg -i <package-file>
sudo apt-get -fy install sudo apt-get -fy install
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment