We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2daa1ef commit 202eceeCopy full SHA for 202ecee
1 file changed
tools/bootstrap.sh
@@ -19,4 +19,10 @@ else
19
pip install beautifulsoup4
20
pip install jinja2
21
pip install cairocffi
22
+
23
+ # Redhat/Fedora systems may have a certifi package from cert.org,
24
+ # which is without cacert.pem .
25
+ if [ -f /etc/redhat-release ]; then
26
+ pip install --ignore-installed certifi
27
+ fi
28
fi
0 commit comments