Skip to content

Commit 2b7ad42

Browse files
Merge pull request openstack-charmers#716 from ajkavanagh/adjust-dependencies-stein
Adjust dependencies for the stable/stein branch for zaza
2 parents 48e9ed7 + d5e71c3 commit 2b7ad42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ paramiko
4747
# Documentation requirements
4848
sphinx
4949
sphinxcontrib-asyncio
50-
git+https://github.com/openstack-charmers/zaza@stable/21.10#egg=zaza
50+
git+https://github.com/openstack-charmers/zaza@stable/stein#egg=zaza
5151

5252
# Newer versions require a Rust compiler to build, see
5353
# * https://github.com/openstack-charmers/zaza/issues/421

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'python-ceilometerclient',
6161
'python-cinderclient<6.0.0',
6262
'python-swiftclient<3.9.0',
63-
'zaza@git+https://github.com/openstack-charmers/zaza.git@stable/21.10#egg=zaza',
63+
'zaza@git+https://github.com/openstack-charmers/zaza.git@stable/stein#egg=zaza',
6464
]
6565

6666
tests_require = [

0 commit comments

Comments
 (0)