mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
memcached: Switch from pylibmc to python-binary-memcached.
Backported to 3.x by tabbott. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
b0d2094967
commit
efe9cbba29
@@ -17,7 +17,6 @@ VENV_DEPENDENCIES = [
|
||||
"zlib1g-dev", # Needed to handle compressed PNGs with Pillow
|
||||
"libjpeg-dev", # Needed to handle JPEGs with Pillow
|
||||
"libldap2-dev",
|
||||
"libmemcached-dev",
|
||||
"python3-dev", # Needed to install typed-ast dependency of mypy
|
||||
"python3-pip",
|
||||
"virtualenv",
|
||||
@@ -43,7 +42,6 @@ COMMON_YUM_VENV_DEPENDENCIES = [
|
||||
"zlib-devel",
|
||||
"libjpeg-turbo-devel",
|
||||
"openldap-devel",
|
||||
"libmemcached-devel",
|
||||
# Needed by python-xmlsec:
|
||||
"gcc"
|
||||
"python3-devel",
|
||||
|
||||
Reference in New Issue
Block a user