From 315db68d18dd0c7d3a0796efa902143203e30c32 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Fri, 8 Jul 2022 11:37:04 +0100 Subject: [PATCH] Remove Jinja2/MarkupSafe from wheelhouse.txt These were pins to cope with supporting python 3.4. However, layer-basic (as of [1]) now does the right thing in terms of getting the correct versions of Jinja2 and MarkupSafe for the version of Ubuntu that the charm is being built on: 1 - https://github.com/juju-solutions/layer-basic/pull/199 Change-Id: I29533d4794d6fb0e045893c934cb4920cacb408e --- src/wheelhouse.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wheelhouse.txt b/src/wheelhouse.txt index 49aa2ad..671a6cc 100644 --- a/src/wheelhouse.txt +++ b/src/wheelhouse.txt @@ -1,6 +1,3 @@ -# pin Jinja2 to the last versions supporting python 3.4 for trusty -Jinja2<=2.10.1 -MarkupSafe<=2.0.1 psutil setuptools < 50.0