From 8d6e782ba1410da172283426ab8b91f49beb7416 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Tue, 29 Jun 2021 22:10:30 -0700 Subject: [PATCH] add python-feedgen dependency Signed-off-by: Kevin Morris --- INSTALL | 2 +- docker/scripts/install-deps.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 3381daf5..f192f9f5 100644 --- a/INSTALL +++ b/INSTALL @@ -52,7 +52,7 @@ read the instructions below. python-itsdangerous python-authlib python-httpx \ python-jinja python-aiofiles python-python-multipart \ python-requests hypercorn python-bcrypt python-email-validator \ - python-lxml + python-lxml python-feedgen # python3 setup.py install 5) Create a new MySQL database and a user and import the aurweb SQL schema: diff --git a/docker/scripts/install-deps.sh b/docker/scripts/install-deps.sh index fc15313f..8d4525de 100755 --- a/docker/scripts/install-deps.sh +++ b/docker/scripts/install-deps.sh @@ -14,6 +14,6 @@ pacman -Syu --noconfirm --noprogressbar \ python-pytest-asyncio python-coverage hypercorn python-bcrypt \ python-email-validator openssh python-lxml mariadb mariadb-libs \ python-isort flake8 cgit uwsgi uwsgi-plugin-cgi php php-fpm \ - python-asgiref uvicorn + python-asgiref uvicorn python-feedgen exec "$@"