Move memcache to recommends
This commit is contained in:
parent
61462c1565
commit
fd675cc9ee
3
debian/control
vendored
3
debian/control
vendored
@ -8,5 +8,6 @@ Vcs-Git: https://github.com/Difrex/surok
|
||||
|
||||
Package: surok
|
||||
Architecture: all
|
||||
Depends: python3-jinja2, python3-dnsq, python3-requests, python3-memcache (>= 1.57)
|
||||
Depends: python3-jinja2, python3-dnsq, python3-requests
|
||||
Recommends: python3-memcache (>= 1.57)
|
||||
Description: Service discovery for Apache Mesos clusters
|
||||
|
@ -2,7 +2,6 @@ import os
|
||||
import sys
|
||||
import logging
|
||||
import requests
|
||||
import memcache
|
||||
from .discovery import resolve
|
||||
|
||||
|
||||
@ -101,6 +100,7 @@ def reload_conf(service_conf, app_conf, conf, app_hosts):
|
||||
# Need rewriting
|
||||
################
|
||||
if 'memcached' in conf:
|
||||
import memcache
|
||||
if conf['memcached']['enabled'] is True:
|
||||
# Check old servers
|
||||
mc_hosts = None
|
||||
|
Loading…
Reference in New Issue
Block a user