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

Change-Id: I1a71c44f9c6513bf6b04f8e012d017c32ae2a86d
This commit is contained in:
Frode Nordahl 2019-08-14 08:05:36 +02:00
parent 2363d724c9
commit 752a9f9a92
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
3 changed files with 10 additions and 1 deletions

2
src/wheelhouse.txt Normal file
View File

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

View File

@ -22,7 +22,8 @@ deps =
[testenv:build]
basepython = python2.7
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:py27]
basepython = python2.7

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