Skip to content

Commit defc4ce

Browse files
committed
Added pytz to Graphic config script
Eliminates runtime bug: > AttributeError: 'LocalTimezone' object has no attribute 'normalize'
1 parent e262f65 commit defc4ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packer-templates/scripts/graphite.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ apt-get -y install uwsgi-plugin-python uwsgi
66
apt-get -y install python-dev
77
apt-get -y install python-django python-django-tagging python-cairo
88
apt-get -y install python-pip
9+
pip install pytz
910
pip install https://github.com/graphite-project/ceres/tarball/master
1011
pip install whisper
1112
pip install carbon

0 commit comments

Comments
 (0)