Added python-dateutil package.

This commit is contained in:
Ciaby 2014-10-04 02:14:39 -05:00
parent b48f36d6ab
commit 5475af87c3

View file

@ -277,7 +277,8 @@ class rhizomatica_base_system {
'rrdtool', 'python-twisted-web', 'python-psycopg2', 'rrdtool', 'python-twisted-web', 'python-psycopg2',
'python-pysqlite2', 'php5', 'php5-pgsql', 'python-pysqlite2', 'php5', 'php5-pgsql',
'php5-curl', 'php5-cli', 'php5-gd', 'python-corepost', 'php5-curl', 'php5-cli', 'php5-gd', 'python-corepost',
'python-yaml', 'python-formencode', 'python-unidecode']: 'python-yaml', 'python-formencode', 'python-unidecode',
'python-dateutil']:
ensure => installed, ensure => installed,
require => Apt::Ppa['ppa:ondrej/php5'], require => Apt::Ppa['ppa:ondrej/php5'],
} }