From 6cf6307d9794a935b060d81ae93c0840ad6a97d7 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 22 Nov 2021 20:34:02 +0100 Subject: [PATCH] rx300: fix php packages --- nodes/rx300.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nodes/rx300.py b/nodes/rx300.py index 04426d7..0c8086b 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -61,10 +61,6 @@ nodes['rx300'] = { # for `bw test` on jenkins 'bind9utils': {}, - # more php - 'php-imagick': {}, - 'php-yaml': {}, - # used by user:kunsi 'mosh': {}, 'weechat': {}, @@ -419,6 +415,7 @@ nodes['rx300'] = { 'version': '8.0', 'packages': { 'gd', + 'imagick', 'imap', 'intl', 'mbstring', @@ -426,6 +423,7 @@ nodes['rx300'] = { 'pgsql', 'readline', 'xml', + 'yaml', }, }, 'postfix': {