Skip to content

Commit

Permalink
Merge pull request #667 from JanssenProject/ce-setup-dependency
Browse files Browse the repository at this point in the history
feat: ce-setup add python cryptography library to dependency
  • Loading branch information
smansoft committed Jan 23, 2022
2 parents 57d0fa0 + d312479 commit a0d7648
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions jans-ce-setup/setup_app/data/package_list.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit a0d7648

Please sign in to comment.