Make python-postmonkey not a required package.

This is in some ways a regression, but because we don't have
python-postmonkey packaged right now, this is required to make the
Zulip production installation process work on Trusty.

(imported from commit 539d253eb7fedc20bf02cc1f0674e9345beebf48)
This commit is contained in:
Tim Abbott
2015-09-24 23:19:47 -07:00
parent a0006d5faf
commit ae4cb6df35
3 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,6 @@ class zulip::app_frontend {
# Needed for S3 file uploads
"python-boto",
# Needed to send email
"python-postmonkey",
"python-mandrill",
# Needed to generate diffs for edits
"python-diff-match-patch",