
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
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
# charmhelpers.contrib.openstack.cert_utils charms with certificates relation
|
|
# 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
|
|
psutil
|
|
# charms_openstack - pull from github until first release
|
|
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
|