zulip_internal::app_frontend: Remove now-unnecessary dependencies.

These Python packages are no longer relevant, since we install all of
our Python dependencies via virtualenvs.
This commit is contained in:
Tim Abbott 2016-07-19 10:04:38 -07:00
parent e876f12b83
commit 601ab24d2a
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@ class zulip_internal::app_frontend {
$app_packages = [# Needed for minify-js
"yui-compressor",
"nodejs",
# Needed for statsd reporting
"python-django-statsd-mozilla",
# Needed only for a disabled integration
"python-embedly",
# Needed for the ssh tunnel to the redis server
"autossh",
]