* debian/control (Depends): Add explicit Depends on the DCS client modules

(python3-consul, python3-etcd, python3-kazoo and python3-kubernetes).
This commit is contained in:
Michael Banck 2018-10-02 12:43:44 +02:00
parent 1e38bd2f51
commit 43a21dd2b0
2 changed files with 4 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
patroni (1.5.0-7) UNRELEASED; urgency=medium
*
* debian/control (Depends): Add explicit Depends on the DCS client modules
(python3-consul, python3-etcd, python3-kazoo and python3-kubernetes).
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Mon, 01 Oct 2018 16:55:35 +0200

3
debian/control vendored
View file

@ -46,7 +46,8 @@ Homepage: https://github.com/zalando/patroni
Package: patroni
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6)
Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6),
python3-consul (>= 0.7.0) | python3-etcd (>= 0.4.3) | python3-kazoo | python3-kubernetes
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
Patroni is a template for a customized, high-availability PostgreSQL solution