Added python-dateutil package.
This commit is contained in:
parent
b48f36d6ab
commit
5475af87c3
1 changed files with 2 additions and 1 deletions
|
@ -277,7 +277,8 @@ class rhizomatica_base_system {
|
|||
'rrdtool', 'python-twisted-web', 'python-psycopg2',
|
||||
'python-pysqlite2', 'php5', 'php5-pgsql',
|
||||
'php5-curl', 'php5-cli', 'php5-gd', 'python-corepost',
|
||||
'python-yaml', 'python-formencode', 'python-unidecode']:
|
||||
'python-yaml', 'python-formencode', 'python-unidecode',
|
||||
'python-dateutil']:
|
||||
ensure => installed,
|
||||
require => Apt::Ppa['ppa:ondrej/php5'],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue