diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..17575d9 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,4 @@ +libffi-dev [platform:dpkg] +libpq-dev [platform:dpkg] +libxml2-dev [platform:dpkg] +libxslt1-dev [platform:dpkg] diff --git a/rebuild b/rebuild index 8f05d9b..27992e9 100644 --- a/rebuild +++ b/rebuild @@ -2,4 +2,4 @@ # when dependencies of the charm change, # but nothing in the charm needs to. # simply change the uuid to something new -e35f0bbe-c4e5-45d0-8337-608defab3846 +3b6859f6-3d39-11ee-8138-47f09447e91c diff --git a/src/build.lock b/src/build.lock index 741e863..d8b11be 100644 --- a/src/build.lock +++ b/src/build.lock @@ -217,6 +217,12 @@ "package": "pyaml", "vcs": null, "version": "21.10.1" + }, + { + "type": "python_module", + "package": "Cython", + "vcs": null, + "version": "0.29.36" } ] } \ No newline at end of file diff --git a/tox.ini b/tox.ini index 4bf0fcc..74e348f 100644 --- a/tox.ini +++ b/tox.ini @@ -97,7 +97,8 @@ commands = stestr run --slowest {posargs} [testenv:pep8] basepython = python3 deps = flake8==3.9.2 - charm-tools==2.8.3 + PyYAML==6.0.1 + charm-tools==2.8.6 commands = flake8 {posargs} src unit_tests [testenv:func-target]