Pin juju version to 2.8.1 49/9049/1
authorDavid Garcia <david.garcia@canonical.com>
Tue, 26 May 2020 15:28:59 +0000 (17:28 +0200)
committerDavid Garcia <david.garcia@canonical.com>
Tue, 9 Jun 2020 06:48:24 +0000 (08:48 +0200)
Change-Id: Id40b3eeb698939131faf56fe008be335e6398cef
Signed-off-by: David Garcia <david.garcia@canonical.com>
requirements.txt
setup.py

index a71d369..8cd901a 100644 (file)
@@ -13,6 +13,6 @@
 #     limitations under the License.
 
 git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
 #     limitations under the License.
 
 git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
-juju
+juju==2.8.1
 paramiko
 pyasn1>=0.4.4
\ No newline at end of file
 paramiko
 pyasn1>=0.4.4
\ No newline at end of file
index 6c8d361..96593ba 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
     packages=find_packages(
         exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
     install_requires=[
     packages=find_packages(
         exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
     install_requires=[
-        'juju',
+        'juju==2.8.1',
         'paramiko',
         'pyasn1>=0.4.4',
     ],
         'paramiko',
         'pyasn1>=0.4.4',
     ],