Skip to content

Commit a871ece

Browse files
committed
Merge branch 'python'
2 parents fd92d19 + 54c2780 commit a871ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ee/core/variables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ class EEVariables():
8383
.format(codename=ee_platform_codename))
8484
ee_php = ["php5-fpm", "php5-curl", "php5-gd", "php5-imap",
8585
"php5-mcrypt", "php5-xdebug", "php5-common", "php5-readline",
86-
"php5-mysql", "php5-cli", "php5-memcache", "memcached",
87-
"graphviz"]
86+
"php5-mysql", "php5-cli", "php5-memcache", "php5-imagick",
87+
"memcached", "graphviz"]
8888

8989
# MySQL repo and packages
9090
if ee_platform_distro == 'Ubuntu':

0 commit comments

Comments
 (0)