* debian/control, debian/tests/control: Replaced python3-boto with

python3-boto3.
This commit is contained in:
Michael Banck 2022-06-02 15:46:19 +02:00
parent 957b531788
commit 894b3d56ab
3 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View file

@ -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 <team+postgresql@tracker.debian.org> Fri, 29 Apr 2022 19:18:04 +0200

2
debian/control vendored
View file

@ -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),

View file

@ -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,