~hatch/juju-quickstart/no-more-sudo

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jeff Pihach
  • Date: 2014-01-29 15:54:57 UTC
  • Revision ID: jeff.pihach@canonical.com-20140129155457-72hca0kbjtq02lqa
If the juju version is less than 1.17.1 then it will still use sudo on local deployments

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
17
PYTHON = python
18
 
SYSDEPS = build-essential python-pip python-virtualenv
 
18
SYSDEPS = build-essential python-pip python-virtualenv python-dev
19
19
 
20
20
VENV = .venv
21
21
VENV_ACTIVATE = $(VENV)/bin/activate