-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ce-setup add python cryptography library to dependency
- Loading branch information
1 parent
57d0fa0
commit d312479
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |