add libssl-dev

This commit is contained in:
j 2016-01-16 17:23:34 +05:30
parent 8de3c08cea
commit 82e944ee5a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Install(Thread):
from OpenSSL.SSL import TLSv1_2_METHOD from OpenSSL.SSL import TLSv1_2_METHOD
except: except:
print("To run Open Media Library on versions of Ubuntu before 15.10 you need to manually update pyOpenSSL") print("To run Open Media Library on versions of Ubuntu before 15.10 you need to manually update pyOpenSSL")
print("To install the current version of pyOpenSSL:\n\tsudo apt-get install python3-pip python3-dev libffi-dev\n\tsudo pip3 install pyOpenSSL") print("To install the current version of pyOpenSSL:\n\tsudo apt-get install python3-pip python3-dev libffi-dev libssl-dev\n\tsudo pip3 install pyOpenSSL")
self.failed = True self.failed = True
return return
apt_packages = '' apt_packages = ''