From f9a11fde2e136fc45ee619f3e94eb93fcffb117d Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Thu, 8 Sep 2022 09:14:23 +0200 Subject: [PATCH] Unpin dnspython Commit 1a2962cd699dcbd5fcfc277bc4843905ae7982a3 pinned dnspython in order to retain Python 3.5 (Trusty/Xenial) support. Since then, the aforementioned releases has gone EOL and our charms no longer support them. This pin is now prohibiting foreward movement into Python 3.10 on Jammy and as such we should remove it. Closes-Bug: #1989066 Signed-off-by: Frode Nordahl Change-Id: Ifb2c807e6522a314f667b8b29094888132d4e4bb --- wheelhouse.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/wheelhouse.txt b/wheelhouse.txt index e80d0d2..bd63690 100644 --- a/wheelhouse.txt +++ b/wheelhouse.txt @@ -1,11 +1,5 @@ # charmhelpers.contrib.openstack.cert_utils charms with certificates relation - -# NOTE(lourot): dnspython 2.0.0 dropped py3.5 support. We can't use environment -# markers like "python_version < '3.6'" here because they get matched at build -# time against the interpreter used to build the charm, not against the target -# interpreter at install time. -dnspython<2.0.0 - +dnspython # charmhelpers.contrib.network all netifaces>=0.10.4 # charmhelpers.contrib.openstack.context all