diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..3e8fd0c --- /dev/null +++ b/bindep.txt @@ -0,0 +1 @@ +libpq-dev [platform:dpkg] diff --git a/rebuild b/rebuild index 89b0bc4..fcfd7d3 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 -29db81ad-4d4a-471d-9927-f0a94aa19bd8 +dad729d0-3d21-11ee-aa63-774163bae1ce diff --git a/src/build.lock b/src/build.lock index 847dc46..ce671d9 100644 --- a/src/build.lock +++ b/src/build.lock @@ -261,6 +261,12 @@ "package": "urllib3", "vcs": null, "version": "1.26.7" + }, + { + "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 782b398..ff8c050 100644 --- a/tox.ini +++ b/tox.ini @@ -92,7 +92,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]