libssl-devel does not exist and pip is necessary for the further command

This commit is contained in:
Emmanuel Engelhart 2016-03-02 12:20:40 +01:00
parent c99b713bac
commit 6f49ab6839

View File

@ -122,7 +122,7 @@ def upload_to_play_store(jsdata, channel=None):
except ImportError:
logger.error("Missing Google API Client dependency.\n"
"Please install with: \n"
"apt-get install libffi-dev libssl-devel\n"
"apt-get install libffi-dev libssl-dev python-pip\n"
"pip install google-api-python-client PyOpenSSL\n"
"Install from github in case of oauth http errors.")
return