Merge pull request #7809 from rouge8/patch-1
Building Ansible deb requires setuptools
This commit is contained in:
commit
006770e04c
1 changed files with 2 additions and 2 deletions
|
@ -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 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
|
||||
git clone git://github.com/ansible/ansible.git
|
||||
cd ansible
|
||||
|
@ -16,4 +16,4 @@ Note that `dpkg -i` does not resolve dependencies.
|
|||
To install the Ansible DEB package and resolve dependencies:
|
||||
|
||||
sudo dpkg -i <package-file>
|
||||
sudo apt-get -fy install
|
||||
sudo apt-get -fy install
|
||||
|
|
Loading…
Reference in a new issue