From 6f49ab6839bf0dd2277ab4a901b7c619056effec Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Wed, 2 Mar 2016 12:20:40 +0100 Subject: [PATCH] libssl-devel does not exist and pip is necessary for the further command --- upload-apk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-apk.py b/upload-apk.py index 4321e32af..d0788ac4b 100755 --- a/upload-apk.py +++ b/upload-apk.py @@ -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