mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
Move python-googleapi dep to public Zulip manifest
(imported from commit 20298f82fbd674b3cf6b67b7741bf800b9733f36)
This commit is contained in:
@@ -60,6 +60,8 @@ class zulip::app_frontend {
|
||||
"python-imaging",
|
||||
# Needed for LDAP support
|
||||
"python-django-auth-ldap",
|
||||
# Needed for Google Apps mobile auth
|
||||
"python-googleapi",
|
||||
]
|
||||
define safepackage ( $ensure = present ) {
|
||||
if !defined(Package[$title]) {
|
||||
|
@@ -7,9 +7,6 @@ class zulip_internal::app_frontend {
|
||||
"python-django-statsd-mozilla",
|
||||
# Needed only for a disabled integration
|
||||
"python-embedly",
|
||||
# Needed for Google Apps mobile auth, unsupported on
|
||||
# Enterprise
|
||||
"python-googleapi",
|
||||
]
|
||||
package { $app_packages: ensure => "installed" }
|
||||
|
||||
|
Reference in New Issue
Block a user