Ver código fonte

Fix missing dependencies

Edvinas Valatka 10 anos atrás
pai
commit
4b6f2423a6
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      PKGBUILD

+ 2 - 2
PKGBUILD

@@ -90,8 +90,8 @@ package_seafile-shared() {
 package_seafile-server() {
   depends=("seafile-shared"
            "python2-mako" "python2-dateutil" "python2-webpy" "python2-pip"
-           "python2-virtualenv" "python2-flup" "python2-six"
-           "libevhtp-seafile" "git")
+           "python2-virtualenv" "python2-flup" "python2-six" "python2-chardet"
+           "python2-simplejson" "libevhtp-seafile" "git")
   conflicts=("seafile-shared<${pkgver}")
   options=('!libtool' '!emptydirs')
   install=seafile-server.install