mirror of
https://github.com/certbot/certbot.git
synced 2026-03-23 19:03:33 -04: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:
parent
a3288a92b9
commit
cb5beb84c5
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ BootstrapRpmCommon() {
|
|||
gcc \
|
||||
dialog \
|
||||
augeas-libs \
|
||||
openssl \
|
||||
openssl-devel \
|
||||
libffi-devel \
|
||||
redhat-rpm-config \
|
||||
|
|
|
|||
Loading…
Reference in a new issue