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

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jeff Pihach
  • Date: 2014-01-30 20:29:48 UTC
  • Revision ID: jeff.pihach@canonical.com-20140130202948-a30qx06nb8r12rnt
Refactored the local_requires_sudo check outside of the bootstrap method

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 python-dev
 
18
SYSDEPS = python-dev build-essential python-pip python-virtualenv
19
19
 
20
20
VENV = .venv
21
21
VENV_ACTIVATE = $(VENV)/bin/activate