Skip to content

Commit

Permalink
Merge pull request #716 from ajkavanagh/adjust-dependencies-stein
Browse files Browse the repository at this point in the history
Adjust dependencies for the stable/stein branch for zaza
  • Loading branch information
ChrisMacNaughton committed Mar 2, 2022
2 parents 48e9ed7 + d5e71c3 commit 2b7ad42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -47,7 +47,7 @@ paramiko
# Documentation requirements
sphinx
sphinxcontrib-asyncio
git+https://github.com/openstack-charmers/zaza@stable/21.10#egg=zaza
git+https://github.com/openstack-charmers/zaza@stable/stein#egg=zaza

# Newer versions require a Rust compiler to build, see
# * https://github.com/openstack-charmers/zaza/issues/421
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -60,7 +60,7 @@
'python-ceilometerclient',
'python-cinderclient<6.0.0',
'python-swiftclient<3.9.0',
'zaza@git+https://github.com/openstack-charmers/zaza.git@stable/21.10#egg=zaza',
'zaza@git+https://github.com/openstack-charmers/zaza.git@stable/stein#egg=zaza',
]

tests_require = [
Expand Down

0 comments on commit 2b7ad42

Please sign in to comment.