Unpin dnspython
Commit 1a2962cd69
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 <frode.nordahl@canonical.com>
Change-Id: Ifb2c807e6522a314f667b8b29094888132d4e4bb
This commit is contained in:
parent
79dbe21f57
commit
f9a11fde2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user