mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
[manual] Add dependency on PIL (python-imaging)
Locally, use: apt-get install python-imaging or pip install pil (imported from commit fb1f897cf4098d777c645a5780f937a3e54b6dcf)
This commit is contained in:
@@ -16,7 +16,7 @@ class zulip::app_frontend {
|
|||||||
"python-postmonkey", "python-django-jstemplate",
|
"python-postmonkey", "python-django-jstemplate",
|
||||||
"redis-server", "python-redis", "python-django-guardian",
|
"redis-server", "python-redis", "python-django-guardian",
|
||||||
"python-diff-match-patch", "python-sourcemap", "python-mandrill",
|
"python-diff-match-patch", "python-sourcemap", "python-mandrill",
|
||||||
"python-sockjs-tornado", "python-apns-client"]
|
"python-sockjs-tornado", "python-apns-client", "python-imaging"]
|
||||||
package { $web_packages: ensure => "installed" }
|
package { $web_packages: ensure => "installed" }
|
||||||
|
|
||||||
file { "/etc/nginx/zulip-include/":
|
file { "/etc/nginx/zulip-include/":
|
||||||
|
|||||||
Reference in New Issue
Block a user