Add poetry-core to build dnspython

The commit f9a11fd unpinned dnspython, the newer version of it requires
poetry-core to be built and 'pip download' doesn't capture that
requirement. Some charms have been migrated to binary charms, but not
all of them have been migrated, this change gives those more time to
transition.

Change-Id: I0656d8a902eeede56fe0315a9db782b1c707c26c
This commit is contained in:
Felipe Reyes 2022-10-20 22:11:36 -03:00
parent f9a11fde2e
commit 8b31ef19e4
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# charmhelpers.contrib.openstack.cert_utils charms with certificates relation
poetry-core # needed to build dnspython.
dnspython
# charmhelpers.contrib.network all
netifaces>=0.10.4