* debian/control (Depends): Put python3-etcd as first alternative.

This commit is contained in:
Michael Banck 2018-10-02 13:20:13 +02:00
parent 43a21dd2b0
commit bdcb4aca79
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View file

@ -1,7 +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).
(python3-etcd, python3-consul, python3-kazoo and python3-kubernetes).
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Mon, 01 Oct 2018 16:55:35 +0200

2
debian/control vendored
View file

@ -47,7 +47,7 @@ Homepage: https://github.com/zalando/patroni
Package: patroni
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6),
python3-consul (>= 0.7.0) | python3-etcd (>= 0.4.3) | python3-kazoo | python3-kubernetes
python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | 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