diff --git a/debian/changelog b/debian/changelog index 1409e45..15c1984 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ patroni (2.1.4-1) UNRELEASED; urgency=medium [ Michael Banck ] * debian/patches/pg_rewind_fix_get_guc_value.patch: Removed, no longer needed. + * debian/control, debian/tests/control: Replaced python3-boto with + python3-boto3. -- Debian PostgreSQL Maintainers Fri, 29 Apr 2022 19:18:04 +0200 diff --git a/debian/control b/debian/control index cc2854f..d01ff2e 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: libjs-underscore, pyflakes3, python3, - python3-boto, + python3-boto3, python3-cdiff, python3-click (>= 4.1), python3-consul (>= 0.7.0), diff --git a/debian/tests/control b/debian/tests/control index a4045c6..38523e9 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -39,7 +39,7 @@ Restrictions: needs-root, allow-stderr, skip-not-installable # regression tests Depends: - python3-boto, + python3-boto3, python3-consul (>= 0.7.0), python3-etcd (>= 0.4.3), python3-flake8,