Merge pull request #1239 from emanuelschuetze/backports-ssl-match
Added new package "backports.ssl_match_hostname" for portable build script
This commit is contained in:
commit
8c14a0a931
@ -7,7 +7,7 @@ How to create a new portable Windows distribution of OpenSlides:
|
|||||||
|
|
||||||
2. Install all required python packages (see requirements_production.txt):
|
2. Install all required python packages (see requirements_production.txt):
|
||||||
|
|
||||||
easy_install -Z django django-mptt beautifulsoup4 bleach natsort reportlab sockjs_tornado tornado django-haystack whoosh
|
easy_install -Z django django-mptt beautifulsoup4 bleach natsort reportlab sockjs_tornado tornado backports.ssl_match_hostname django-haystack whoosh
|
||||||
|
|
||||||
|
|
||||||
3. Install pywin32 from binary installer:
|
3. Install pywin32 from binary installer:
|
||||||
|
@ -78,6 +78,9 @@ SITE_PACKAGES = {
|
|||||||
"tornado": {
|
"tornado": {
|
||||||
"copy": ["tornado"],
|
"copy": ["tornado"],
|
||||||
},
|
},
|
||||||
|
"backports.ssl_match_hostname": {
|
||||||
|
"copy": ["backports"],
|
||||||
|
},
|
||||||
"beautifulsoup4": {
|
"beautifulsoup4": {
|
||||||
"copy": ["bs4"],
|
"copy": ["bs4"],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user