aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/OpenSSL/Android.bp10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/OpenSSL/Android.bp b/src/OpenSSL/Android.bp
index 81aa7e6..519a8af 100644
--- a/src/OpenSSL/Android.bp
+++ b/src/OpenSSL/Android.bp
@@ -26,17 +26,9 @@ python_library {
srcs: [
"*.py",
],
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: true,
- },
- },
libs: [
"py-cryptography",
- "py-six",
+ "py-six",
],
pkg_path: "OpenSSL",
}