From 7617e29052f10fa6eb6df13b774dc8f8fcc17580 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Mon, 5 Aug 2019 21:08:41 +0200 Subject: [PATCH] * debian/control (Depends): Added python3-psycopg2. * debian/tests/control: Added python3-psycopg2. --- debian/changelog | 2 ++ debian/control | 2 +- debian/tests/control | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a50c1d9..f77050b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ patroni (1.6.0-1) UNRELEASED; urgency=medium [ Michael Banck ] * debian/patches/check_postmaster.patch: Updated. + * debian/control (Depends): Added python3-psycopg2. + * debian/tests/control: Added python3-psycopg2. -- Debian PostgreSQL Maintainers Sun, 16 Jun 2019 23:42:36 +0200 diff --git a/debian/control b/debian/control index 7578776..d8e9ede 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ 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-psycopg2, python3-etcd (>= 0.4.3) | python3-consul (>= 0.7.0) | python3-kazoo | python3-kubernetes Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy, patroni-doc Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes diff --git a/debian/tests/control b/debian/tests/control index 21be8c2..85063bf 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -8,6 +8,7 @@ Depends: python3-etcd (>= 0.4.3), python3-kazoo, python3-kubernetes, + python3-psycopg2, @, Test-Command: debian/tests/acceptance consul Restrictions: allow-stderr @@ -22,6 +23,7 @@ Depends: python3-etcd (>= 0.4.3), python3-kazoo, python3-kubernetes, + python3-psycopg2, @, Test-Command: debian/tests/acceptance etcd Restrictions: allow-stderr @@ -36,6 +38,7 @@ Depends: python3-etcd (>= 0.4.3), python3-kazoo, python3-kubernetes, + python3-psycopg2, @, Test-Command: debian/tests/acceptance zookeeper Restrictions: needs-root, allow-stderr @@ -49,6 +52,7 @@ Depends: python3-kazoo, python3-kubernetes, python3-mock, + python3-psycopg2, python3-pytest-cov, python3-setuptools, @,