From e4fceae2589ae9322681e2e6b152e95a4632f8ba Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Thu, 29 Jul 2021 23:38:58 +0200 Subject: [PATCH] Update pythonmagick package to python3 --- uwsgi-python/vars/schilder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi-python/vars/schilder.yml b/uwsgi-python/vars/schilder.yml index 67d57f6..b7c96e2 100644 --- a/uwsgi-python/vars/schilder.yml +++ b/uwsgi-python/vars/schilder.yml @@ -18,7 +18,7 @@ app_uwsgi_options: [] app_db_type: "" -app_additional_software: ["graphicsmagick", "python-pythonmagick"] +app_additional_software: ["graphicsmagick", "python3-pythonmagick"] app_deploy_key: "{{ inventory_dir }}/files/deploy-keys/schildergenerator" app_git_url: "git@git.fsmpi.rwth-aachen.de:schilder/schildergenerator.git" -- GitLab