Add calver abd hatchling dependencies for dnspython>=2.5.0

dnspython, as of 2.5.0, has switched to hatchling (from poetry) for
module installation. For source based reactive charms, this means that
the calver and hatchling dependencies need to be present in the
wheelhouse of the built charm for it to install.

Change-Id: Ie9fb6ff19753cfb9c61f8027c9dee47dfb9739fd
This commit is contained in:
Alex Kavanagh 2024-02-08 12:22:22 +00:00
parent 1c9e662d78
commit 7c671b0696

View File

@ -1,6 +1,8 @@
# charmhelpers.contrib.openstack.cert_utils charms with certificates relation
poetry-core # needed to build dnspython.
dnspython
# hatchling, and thus calver, is required for dnspython>=2.5.0
calver
hatchling
dnspython>=2.5.0
# charmhelpers.contrib.network all
netifaces>=0.10.4
# charmhelpers.contrib.openstack.context all