From 2eeef3086d01c6be7660b784dcfc2c5b9944eaa7 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Fri, 25 Mar 2022 17:29:12 -0700 Subject: Remove py2-jinja This depends on setuptools, which has dropped Python2 support. Test: treehugger Change-Id: Ibd01feb1ecf59da378fc4503ba72f542efef51e6 --- Android.bp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Android.bp b/Android.bp index 77bc8066..a79f39a2 100644 --- a/Android.bp +++ b/Android.bp @@ -15,25 +15,6 @@ license { ], } -python_library { - name: "py2-jinja", - host_supported: true, - srcs: ["src/jinja2/*.py"], - exclude_srcs: ["src/jinja2/async*.py"], - libs: [ - "py-markupsafe", - "py-setuptools", - ], - version: { - py2: { - enabled: true, - }, - py3: { - enabled: false, - }, - }, -} - python_library { name: "py-jinja", host_supported: true, -- cgit v1.2.3