mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +00:00
requirements: Remove Thumbor.
Thumbor and tc-aws have been dragging their feet on Python 3 support for years, and even the alphas and unofficial forks we’ve been running don’t seem to be maintained anymore. Depending on these projects is no longer viable for us. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
779353b44e
commit
405bc8dabf
@@ -69,24 +69,6 @@ FEDORA_VENV_DEPENDENCIES = [
|
||||
"virtualenv", # see https://unix.stackexchange.com/questions/27877/install-virtualenv-on-fedora-16
|
||||
]
|
||||
|
||||
THUMBOR_VENV_DEPENDENCIES = [
|
||||
"libcurl4-openssl-dev",
|
||||
"libjpeg-dev",
|
||||
"zlib1g-dev",
|
||||
"libfreetype6-dev",
|
||||
"libpng-dev",
|
||||
"gifsicle",
|
||||
]
|
||||
|
||||
YUM_THUMBOR_VENV_DEPENDENCIES = [
|
||||
"libcurl-devel",
|
||||
"libjpeg-turbo-devel",
|
||||
"zlib-devel",
|
||||
"freetype-devel",
|
||||
"libpng-devel",
|
||||
"gifsicle",
|
||||
]
|
||||
|
||||
|
||||
def get_venv_dependencies(vendor: str, os_version: str) -> List[str]:
|
||||
if "debian" in os_families():
|
||||
|
||||
Reference in New Issue
Block a user