Rebuild for picking up layer-basic#193

Fixes pip install wheelhouse failure on Hirsute.
https://github.com/juju-solutions/layer-basic/pull/193

Also pin ops!=1.2.0 due to that version of the ops (operator)
library not working with xenial [1].

[1] https://github.com/canonical/operator/issues/517

Change-Id: Ia8194247d5d553e72e694b4e2c649bd418d2adf4
This commit is contained in:
Aurelien Lourot 2021-05-06 21:49:23 +02:00 committed by Alex Kavanagh
parent 1bd5e9c851
commit 9c7c04e8fd
2 changed files with 5 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
bee1368a-64d9-11eb-aa25-5f38d0366b65
7a6f1089-fc21-402d-9cfb-21a1d714620d

View File

@ -12,3 +12,7 @@ git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers
loadbalancer-interface
# Bug: https://github.com/canonical/operator/issues/517
# Pin exclude 1.2.0 as it doesn't work with xenial
ops!=1.2.0