From 42f1c8e170193c062453e967fb332f231410eabf Mon Sep 17 00:00:00 2001 From: Igor Panteleev Date: Mon, 8 Feb 2016 00:21:52 +0200 Subject: [PATCH] Remove print from cryptography recipe. It cause an error when using python3 --- pythonforandroid/recipes/cryptography/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pythonforandroid/recipes/cryptography/__init__.py b/pythonforandroid/recipes/cryptography/__init__.py index 5594fe4803..4d592092ac 100644 --- a/pythonforandroid/recipes/cryptography/__init__.py +++ b/pythonforandroid/recipes/cryptography/__init__.py @@ -33,7 +33,6 @@ def get_recipe_env(self, arch=None): join(dirname(self.real_hostpython_location), 'Lib', 'site-packages'), env['BUILDLIB_PATH'], ]) - print env return env def build_arch(self, arch):