Skip to content

Commit

Permalink
Explicitly include the requests certificate bundle since pyinstaller …
Browse files Browse the repository at this point in the history
…does not automatically include it.
  • Loading branch information
Drudenhaus committed Jun 22, 2018
1 parent 0748bd4 commit 1443bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#### Framework
* [Enhancement] Options class: Added support for providing a comma delimited list of exclusions with the --no argument.
* [Enhancement] Main, ModuleDir classes: Merged all module validation tasks into one location.
* [Enhancement] Binary build: include the requests certificate bundle to ensure SSL works.

#### Modules
* [Enhancement] arpcache, arpignore, tcprecycle: standardized detection method to not assume the parameter exists in the running kernel.
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ binary: prep
--add-data "pre.d:pre.d" \
--add-data "mod.d:mod.d" \
--add-data "post.d:post.d" \
--add-data "lib/requests/cacert.pem:requests" \
--hidden-import botocore \
ec2rl.py

Expand Down

0 comments on commit 1443bae

Please sign in to comment.