From a36481599cefffb304f5533b29c83f1d68597de8 Mon Sep 17 00:00:00 2001 From: lian Date: Tue, 25 Oct 2016 13:40:32 +0800 Subject: [PATCH] add python-requests when install requirements --- seafile-server-centos-7-amd64-http | 2 +- seafile-server-ubuntu-14-04-amd64-http | 2 +- seafile-server-ubuntu-16-04-amd64-http | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/seafile-server-centos-7-amd64-http b/seafile-server-centos-7-amd64-http index fd63054..34a8f6c 100644 --- a/seafile-server-centos-7-amd64-http +++ b/seafile-server-centos-7-amd64-http @@ -162,7 +162,7 @@ firewall-cmd --reload yum install epel-release -y yum upgrade -y yum install python-setuptools python-imaging MySQL-python python-memcached memcached python-urllib3 \ - pwgen curl openssl python-ldap java-1.7.0-openjdk poppler-utils libreoffice \ + pwgen curl openssl python-ldap java-1.7.0-openjdk poppler-utils libreoffice python-requests \ libreoffice-headless libreoffice-pyuno wqy-microhei-fonts wqy-zenhei-fonts wqy-unibit-fonts -y # start memcached on system boot diff --git a/seafile-server-ubuntu-14-04-amd64-http b/seafile-server-ubuntu-14-04-amd64-http index d5361a3..8f01d98 100644 --- a/seafile-server-ubuntu-14-04-amd64-http +++ b/seafile-server-ubuntu-14-04-amd64-http @@ -142,7 +142,7 @@ fi apt-get update apt-get install -y sudo python-pip python-setuptools python-imaging python-mysqldb python-ldap python-urllib3 \ openjdk-7-jre memcached python-memcache pwgen curl openssl poppler-utils libpython2.7 libreoffice \ -libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy nginx +libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy nginx python-requests rm /etc/nginx/sites-enabled/* diff --git a/seafile-server-ubuntu-16-04-amd64-http b/seafile-server-ubuntu-16-04-amd64-http index cd07a99..d6cdc90 100644 --- a/seafile-server-ubuntu-16-04-amd64-http +++ b/seafile-server-ubuntu-16-04-amd64-http @@ -142,7 +142,7 @@ fi apt-get update apt-get install -y python2.7 sudo python-pip python-setuptools python-imaging python-mysqldb python-ldap python-urllib3 \ openjdk-8-jre memcached python-memcache pwgen curl openssl poppler-utils libpython2.7 libreoffice \ -libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy nginx +libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy nginx python-requests rm /etc/nginx/sites-enabled/*