Quellcode durchsuchen

Extra python packages

Bob Mottram vor 7 Jahren
Ursprung
Commit
60f2ac5e2e
2 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 2
    0
      src/freedombone-app-mediagoblin
  2. 1
    0
      src/freedombone-app-searx

+ 2
- 0
src/freedombone-app-mediagoblin Datei anzeigen

@@ -299,6 +299,8 @@ function install_mediagoblin {
299 299
     apt-get install -yq automake perl sqlite python-paste python-pastedeploy python-pastescript
300 300
     apt-get install -yq python3 python3-dev libpython3-dev python3-lxml python3-pil
301 301
     groupadd mediagoblin
302
+    apt-get install -yq python-service-identity python-ndg-httpsclient
303
+
302 304
     useradd -c "GNU MediaGoblin system account" -d /var/lib/mediagoblin -m -r -g www-data mediagoblin
303 305
     usermod --append -G mediagoblin mediagoblin
304 306
     mkdir -p /var/lib/mediagoblin

+ 1
- 0
src/freedombone-app-searx Datei anzeigen

@@ -829,6 +829,7 @@ function install_searx {
829 829
     apt-get -yq install python-pip libyaml-dev python-werkzeug python-babel python-lxml
830 830
     apt-get -yq install git build-essential libxslt-dev python-dev python-virtualenv zlib1g-dev uwsgi uwsgi-plugin-python imagemagick
831 831
     apt-get -yq install apache2-utils python-setuptools
832
+    apt-get -yq install python-service-identity python-ndg-httpsclient
832 833
 
833 834
     apt-get -yq remove --purge apache2-bin*
834 835
     if [ -d /etc/apache2 ]; then