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:
@@ -36,6 +36,7 @@ BootstrapRpmCommon() {
|
||||
gcc \
|
||||
dialog \
|
||||
augeas-libs \
|
||||
openssl \
|
||||
openssl-devel \
|
||||
libffi-devel \
|
||||
redhat-rpm-config \
|
||||
|
||||
Reference in New Issue
Block a user