This fixes bug 1144
Change-Id: I72580c2a2c4614bad2847b436d376ad9b4636031
Signed-off-by: David Garcia <david.garcia@canonical.com>
#!/bin/sh
rm -rf deb_dist
-tox -e build
+tox -e build --recreate
# limitations under the License.
git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
-juju==2.8.1
+juju==2.8.2
paramiko
pyasn1>=0.4.4
-kubernetes==10.0.1
\ No newline at end of file
+kubernetes==10.0.1
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'
requests-mock
coverage==4.5.3
asynctest
-juju==2.8.1
\ No newline at end of file