Fix installation of dnspython on python 3.5

Change-Id: I1e75e11a08d7446efbbc464004d44e31413fbecf
Closes-Bug: #1888225
This commit is contained in:
Aurelien Lourot 2020-07-20 14:52:20 +02:00
parent 99932f1aeb
commit 1a2962cd69
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# charmhelpers.contrib.openstack.cert_utils charms with certificates relation
dnspython
# 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
# charmhelpers.contrib.network all
netifaces>=0.10.4
# charmhelpers.contrib.openstack.context all