diff --git a/debian/changelog b/debian/changelog index ed6ead5..0e7abac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ patroni (1.6.3-2) UNRELEASED; urgency=medium * debian/patches/v12_fix_recovery.conf_parameters.patch: New patch, fixes a regression in Patroni 1.6.{1-3} where setting restore_command in postgresql.conf no longer worked. + * debian/tests/control: Strip down depends to test-related packages. -- Debian PostgreSQL Maintainers Tue, 10 Dec 2019 22:36:02 +0100 diff --git a/debian/tests/control b/debian/tests/control index 85063bf..f3fc0d8 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -5,10 +5,6 @@ Depends: python3-behave, python3-consul (>= 0.7.0), python3-coverage, - python3-etcd (>= 0.4.3), - python3-kazoo, - python3-kubernetes, - python3-psycopg2, @, Test-Command: debian/tests/acceptance consul Restrictions: allow-stderr @@ -18,12 +14,8 @@ Depends: etcd-server, postgresql, python3-behave, - python3-consul (>= 0.7.0), python3-coverage, python3-etcd (>= 0.4.3), - python3-kazoo, - python3-kubernetes, - python3-psycopg2, @, Test-Command: debian/tests/acceptance etcd Restrictions: allow-stderr @@ -33,12 +25,8 @@ Depends: zookeeperd, postgresql, python3-behave, - python3-consul (>= 0.7.0), python3-coverage, - python3-etcd (>= 0.4.3), python3-kazoo, - python3-kubernetes, - python3-psycopg2, @, Test-Command: debian/tests/acceptance zookeeper Restrictions: needs-root, allow-stderr @@ -52,9 +40,7 @@ Depends: python3-kazoo, python3-kubernetes, python3-mock, - python3-psycopg2, python3-pytest-cov, - python3-setuptools, @, Tests: test Restrictions: allow-stderr