~allenap/maas/docs-and-man-bug-975454

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Francis J. Lacoste
  • Date: 2012-03-01 15:51:37 UTC
  • mto: This revision was merged to the branch mainline in revision 203.
  • Revision ID: francis.lacoste@canonical.com-20120301155137-fa4szijvcb1u9e5z
Remerge changes to load from site-packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  pserv-test
8
8
  repl
9
9
  sphinx
 
10
extensions = buildout-versions
 
11
buildout_versions_file = versions.cfg
 
12
versions = versions
10
13
extends = versions.cfg
11
 
versions = versions
12
 
include-site-packages = false
13
 
# Don't always check for newer packages; use `bin/buildout -n` to
14
 
# override this and check explicitly.
15
 
newest = false
 
14
install-from-cache = false
 
15
 
 
16
# Since MaaS's main deployment target is Ubuntu, all
 
17
# runtime dependencies should come from python packages.
 
18
# Only development-time dependencies should come from eggs.
 
19
# For convenience, we allow some of those to come from site-packages,
 
20
# mainly those which contains C extensions like lxml
 
21
include-site-packages = true
 
22
allowed-eggs-from-site-packages =
 
23
  Django
 
24
  South
 
25
  amqplib
 
26
  django-piston
 
27
  FormEncode
 
28
  oauth
 
29
  oops
 
30
  oops-datedir-repo
 
31
  oops-twisted
 
32
  oops-wsgi
 
33
  psycopg2
 
34
  PyYAML
 
35
  Twisted
 
36
  txAMQP
 
37
  # Convenient developer dependencies
 
38
  Jinja2
 
39
  Pygments
 
40
  Sphinx
 
41
  docutils
 
42
  lxml
 
43
  ipython
 
44
 
 
45
prefer-final = true
 
46
allow-picked-versions = false
16
47
 
17
48
[common]
18
49
extra-paths =