~marcoceppi/charms/trusty/cassandra/action-jackson

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Stuart Bishop
  • Date: 2015-04-27 09:30:19 UTC
  • Revision ID: stuart.bishop@canonical.com-20150427093019-b80fghqc1qh8n4za
Timestamps, attempting to validate timeouts

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
SITE_PACKAGES=$(wildcard $(VENV3)/lib/python*/site-packages)
33
33
 
34
34
PIP=.venv3/bin/pip3.4 -q
35
 
NOSETESTS=.venv3/bin/nosetests-3.4 -sv
 
35
NOSETESTS=ts .venv3/bin/nosetests-3.4 -sv
36
36
 
37
37
deps: packages venv3
38
38
 
131
131
        sudo apt-get install -y \
132
132
            python3 python3-pip python3-apt python3-dev python-virtualenv \
133
133
            charm-tools build-essential libev4 libev-dev libffi-dev \
134
 
            netcat python3-jinja2 juju-wait
 
134
            netcat python3-jinja2 juju-wait moreutils
135
135
        touch .stamp-packages
136
136
 
137
137
venv3: packages .stamp-venv3