From ebc0bdb0bdb51d0235fb2cd73a2ba98720ca4096 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Tue, 24 Sep 2019 19:46:43 +0200 Subject: [PATCH] * debian/control (patroni/Depends): Added python3-distutils. --- debian/changelog | 3 ++- debian/control | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index baf35a3..43b1b8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ patroni (1.6.0-3) UNRELEASED; urgency=medium - * + [ Michael Banck ] + * debian/control (patroni/Depends): Added python3-distutils. -- Debian PostgreSQL Maintainers Fri, 20 Sep 2019 20:29:59 +0200 diff --git a/debian/control b/debian/control index bdb3e24..2a2304e 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,8 @@ Homepage: https://github.com/zalando/patroni 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-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes, + python3-distutils Recommends: iproute2 Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy, patroni-doc Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes