lamp.cfg 1.42 KB
Newer Older
1 2 3 4 5 6 7
# Warning: this file is deprecated and is here only for compatiblity.
# If you extend this file, you should probably extend stack/lamp/buildout.cfg
# Instead.

# Only reason to use this file is when your PHP application uses "delete",
# "rename" or any feature of lampconfigure (not yet ported to new stack).

8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
[buildout]
parts =
  template
  apache-php
  mariadb
  eggs
  instance-recipe-egg
  
extends =
  ../component/mariadb/buildout.cfg
  ../component/apache/buildout.cfg
  ../component/apache-php/buildout.cfg
  ../component/dcron/buildout.cfg
  ../component/git/buildout.cfg
  ../component/glib/buildout.cfg
  ../component/logrotate/buildout.cfg
  ../component/lxml-python/buildout.cfg
  ../component/zlib/buildout.cfg
26 27
  ../component/stunnel/buildout.cfg  
  ../component/pycrypto-python/buildout.cfg
Cédric de Saint Martin's avatar
Typo  
Cédric de Saint Martin committed
28
  ../component/mysql-python/buildout.cfg
29
  ../stack/slapos.cfg
30 31 32 33 34

[eggs]
recipe = zc.recipe.egg
eggs =
  ${lxml-python:egg}
35 36 37 38
  ${pycrypto-python:egg}

[mariadb]
keep-compile-dir = false
39

40 41 42 43 44 45 46 47
[versions]
# Generated automatically by buildout-versions
MySQL-python = 1.2.3
apache-libcloud = 0.9.1
async = 0.6.1
gitdb = 0.5.4
plone.recipe.command = 1.1
slapos.recipe.template = 2.3
48
slapos.toolbox = 0.40.4
49 50 51
smmap = 0.8.2

# Required by:
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
52
# slapos.toolbox==0.40.2
53 54 55
GitPython = 0.3.2.RC1

# Required by:
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
56
# slapos.toolbox==0.40.2
57 58 59
atomize = 0.1.1

# Required by:
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
60
# slapos.toolbox==0.40.2
61 62 63
feedparser = 5.1.1

# Required by:
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
64
# slapos.toolbox==0.40.2
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
65
paramiko = 1.15.3