* debian/control (Build-Depends): Added python3-pysyncobj.

This commit is contained in:
Michael Banck 2021-03-01 18:23:15 +01:00
parent 079695e476
commit 60f14e55b9
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View file

@ -6,6 +6,7 @@ patroni (2.0.2-1) UNRELEASED; urgency=medium
* debian/patches/acceptance_tests_system_patroni.patch: Refreshed.
* debian/patches/regression_tests_disable_requirement_download.patch:
Likewise.
* debian/control (Build-Depends): Added python3-pysyncobj.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Fri, 22 Jan 2021 12:46:05 +0100

1
debian/control vendored
View file

@ -29,6 +29,7 @@ Build-Depends:
python3-psutil,
python3-psycopg2 (>= 2.6.1),
python3-pycodestyle,
python3-pysyncobj,
python3-pytest,
python3-pytest-cov,
python3-setuptools,