Include requests' cacert.pem file

This allows us to verify certificates of HTTPS connections, which is
mandatory for logins like on Blender ID.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D1845
This commit is contained in:
Sybren A. Stüvel 2016-03-10 16:58:09 +01:00
parent 4af287fc9c
commit 9f8311ee88
1 changed files with 0 additions and 1 deletions

View File

@ -593,7 +593,6 @@ if(UNIX AND NOT APPLE)
PATTERN "__pycache__" EXCLUDE # * any cache *
PATTERN "*.pyc" EXCLUDE # * any cache *
PATTERN "*.pyo" EXCLUDE # * any cache *
PATTERN "cacert.pem" EXCLUDE # for now we don't deal with security
)
# On some platforms requests does have extra dependencies.
set(_requests_deps "chardet" "urllib3")