| commit | 4d0bef5003a86170683da70259b67a8815a9e865 | [log] [tgz] |
|---|---|---|
| author | David Garcia <david.garcia@canonical.com> | Wed Jul 15 16:01:17 2020 +0200 |
| committer | David Garcia <david.garcia@canonical.com> | Thu Aug 20 11:47:32 2020 +0200 |
| tree | a0547aebc8d329cb3534de6a212c3c82b9a50222 | |
| parent | 5d79939ab780d4717fe36bfd62f398b922f84829 [diff] [blame] |
Pin libjuju version to 2.8.2 This fixes bug 1144 Change-Id: I72580c2a2c4614bad2847b436d376ad9b4636031 Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/setup.py b/setup.py index f7936fc..0c874f1 100644 --- a/setup.py +++ b/setup.py
@@ -23,7 +23,7 @@ packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=[ - 'juju==2.8.1', + 'juju==2.8.2', 'paramiko', 'pyasn1>=0.4.4', 'kubernetes==10.0.1'