From d3124791c506cf5f6b0c2a666ae69e2471cdbf74 Mon Sep 17 00:00:00 2001 From: Mustafa Baser Date: Fri, 21 Jan 2022 21:03:43 +0300 Subject: [PATCH] feat: ce-setup add python cryptography library to dependency --- jans-ce-setup/setup_app/data/package_list.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/jans-ce-setup/setup_app/data/package_list.json b/jans-ce-setup/setup_app/data/package_list.json index 4e1df45bafc..3326718975e 100644 --- a/jans-ce-setup/setup_app/data/package_list.json +++ b/jans-ce-setup/setup_app/data/package_list.json @@ -1,32 +1,34 @@ { "red 7": { "optional": "", - "mondatory": "httpd httpd-mod_ssl curl wget tar xz unzip rsyslog python3-ldap3 python3-requests python3-ruamel-yaml python3-certifi python3-PyMySQL bzip2" + "mondatory": "httpd httpd-mod_ssl curl wget tar xz unzip rsyslog python3-ldap3 python3-requests python3-ruamel-yaml python3-certifi python3-PyMySQL bzip2 python36-cryptography" }, "red 8": { "optional": "", - "mondatory": "httpd mod_ssl curl wget tar xz unzip rsyslog python3-ldap3 python3-requests python3-ruamel-yaml python3-certifi python3-PyMySQL bzip2"}, + "mondatory": "httpd mod_ssl curl wget tar xz unzip rsyslog python3-ldap3 python3-requests python3-ruamel-yaml python3-certifi python3-PyMySQL bzip2 python3-cryptography" + }, "debian 10": { "optional": "", - "mondatory": "apache2 curl wget tar xz-utils unzip rsyslog python3-ldap3 python3-requests python3-ruamel.yaml python3-certifi python3-pymysql bzip2" + "mondatory": "apache2 curl wget tar xz-utils unzip rsyslog python3-ldap3 python3-requests python3-ruamel.yaml python3-certifi python3-pymysql bzip2 python3-crypto" }, "debian 9": { "optional": "", - "mondatory": "apache2 curl wget tar xz-utils unzip rsyslog python3-ldap3 python3-requests python3-ruamel.yaml python3-certifi python3-pymysql bzip2" + "mondatory": "apache2 curl wget tar xz-utils unzip rsyslog python3-ldap3 python3-requests python3-ruamel.yaml python3-certifi python3-pymysql bzip2 python3-crypto" }, "ubuntu 18": { "optional": "", - "mondatory": "apache2 curl wget xz-utils unzip rsyslog python3-ldap3 net-tools python3-requests python3-ruamel.yaml python3-certifi python3-pymysql bzip2" + "mondatory": "apache2 curl wget xz-utils unzip rsyslog python3-ldap3 net-tools python3-requests python3-ruamel.yaml python3-certifi python3-pymysql bzip2 python3-crypto" }, "ubuntu 20": { "optional": "", - "mondatory": "apache2 curl wget xz-utils unzip rsyslog python3-ldap3 net-tools python3-requests python3-ruamel.yaml python3-certifi python3-pymysql bzip2" + "mondatory": "apache2 curl wget xz-utils unzip rsyslog python3-ldap3 net-tools python3-requests python3-ruamel.yaml python3-certifi python3-pymysql bzip2 python3-crypto" }, "centos 7": { "optional": "", - "mondatory": "httpd mod_ssl curl wget tar xz unzip python3-ldap3 python3-requests python3-ruamel-yaml rsyslog python3-certifi python3-PyMySQL bzip2" + "mondatory": "httpd mod_ssl curl wget tar xz unzip python3-ldap3 python3-requests python3-ruamel-yaml rsyslog python3-certifi python3-PyMySQL bzip2 python36-cryptography" }, "centos 8": { "optional": "", - "mondatory": "httpd mod_ssl curl wget tar xz unzip python3-ldap3 python3-requests python3-ruamel-yaml rsyslog python3-certifi python3-PyMySQL bzip2"} + "mondatory": "httpd mod_ssl curl wget tar xz unzip python3-ldap3 python3-requests python3-ruamel-yaml rsyslog python3-certifi python3-PyMySQL bzip2 python3-cryptography" + } }