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

This commit is contained in:
Michael Banck 2022-02-13 17:01:57 +01:00
parent b98c5799f6
commit 2e63c66698
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View file

@ -1,5 +1,7 @@
patroni (2.1.2-3) UNRELEASED; urgency=medium
[ Michael Banck ]
* debian/control (Build-Depends, patroni/Depends): Added python3-pysyncobj.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Sun, 13 Feb 2022 15:54:41 +0100

3
debian/control vendored
View file

@ -29,6 +29,7 @@ Build-Depends:
python3-psutil,
python3-psycopg2 (>= 2.6.1),
python3-pycodestyle,
python3-pysyncobj (>= 0.3.10-2),
python3-pytest,
python3-pytest-cov,
python3-setuptools,
@ -48,7 +49,7 @@ Package: patroni
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6), python3-psycopg2,
python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo |
python3-kubernetes, python3-cdiff
python3-kubernetes | python3-pysyncobj (>= 0.3.10-2), python3-cdiff
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes