~maas-committers/maas/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robie Basak
  • Date: 2012-08-31 11:28:01 UTC
  • mto: This revision was merged to the branch mainline in revision 954.
  • Revision ID: robie.basak@canonical.com-20120831112801-j3l4xjgojkfxbnnz
Only install hard dependencies in make install-dependencies

This broke some buildout installs without also adding build-essential.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
# Install all packages required for MAAS development & operation on
38
38
# the system. This may prompt for a password.
39
39
install-dependencies:
40
 
        sudo DEBIAN_FRONTEND=noninteractive apt-get -y install \
 
40
        sudo DEBIAN_FRONTEND=noninteractive apt-get -y \
 
41
                --no-install-recommends install \
41
42
                $(shell sort -u required-packages/*)
42
43
 
43
44
bin/python bin/pip: