1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00

Fix Fedora 23 crasher.

This fixes an "OSError: [Errno 2] No such file or directory" on Fedora 23. Note that openssl-devel was not sufficient to install the openssl commandline tool.

The current manual-testing build of le-auto now crashes with #1548, but that should have been resolved when we upgraded the cryptography lib and so should go away when we build a new version.
This commit is contained in:
Erik Rose
2016-01-12 17:06:58 -05:00
parent a3288a92b9
commit cb5beb84c5

View File

@@ -36,6 +36,7 @@ BootstrapRpmCommon() {
gcc \
dialog \
augeas-libs \
openssl \
openssl-devel \
libffi-devel \
redhat-rpm-config \