Pin stable charm to ``charms.openstack`` stable branch

Change-Id: Id89ae31f5af321caeb4d64c4a57403a1d2d014de
This commit is contained in:
Frode Nordahl 2019-08-14 08:04:25 +02:00
parent 76eeba1604
commit ae91685eb4
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
3 changed files with 10 additions and 1 deletions

View File

@ -1 +1,3 @@
hvac
git+https://opendev.org/openstack/charms.openstack.git@stable/19.07#egg=charms.openstack

View File

@ -20,7 +20,8 @@ deps =
[testenv:build]
basepython = python3
commands =
charm-build --log-level DEBUG -o {toxinidir}/build src {posargs}
charm-build --log-level DEBUG -o {toxinidir}/build \
-w transitional-wheelhouse-override.txt src {posargs}
[testenv:py3]
basepython = python3

View File

@ -0,0 +1,6 @@
# NOTE(fnordahl): the stable branch needs to have this wheelhouse override
# in place until transition to ``include_system_packages=false`` is complete
pip>=7.0.0,<8.2.0
setuptools>24.3,<=39.0.1
setuptools-scm<=1.17.0
git+https://github.com/juju/charm-helpers.git@stable/19.07#egg=charmhelpers