lower cryptography requirement to be compatible with debian10 package

This commit is contained in:
Florian Bezannier
2021-04-23 12:53:24 +02:00
parent 656147c683
commit 22bf5ab1b6
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ def save_key_to_pem(pfx_data, pfx_password):
current_dir = os.getcwd()
script_dir = dir_path = os.path.dirname(os.path.realpath(__file__))
if sys.version_info < (3, 6):
raise RuntimeError("This application requres Python 3.6+")
raise RuntimeError("This application requires Python 3.6+")
if not argv[1].endswith(".apk"):
print("No apk given")