* debian/control (Depends): Added python3-psycopg2.

* debian/tests/control: Added python3-psycopg2.
This commit is contained in:
Michael Banck 2019-08-05 21:08:41 +02:00
parent 8c2c318eba
commit 7617e29052
3 changed files with 7 additions and 1 deletions

2
debian/changelog vendored
View file

@ -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 <team+postgresql@tracker.debian.org> Sun, 16 Jun 2019 23:42:36 +0200

2
debian/control vendored
View file

@ -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

View file

@ -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,
@,