From 37a0101e38dac30e36b30149e5426c98b7fafc48 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 7 Apr 2020 21:02:54 +0200 Subject: [PATCH] debian: prevent install of python-petale (#41302) --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 19f9f3f..b1ae56a 100644 --- a/debian/control +++ b/debian/control @@ -21,5 +21,7 @@ Depends: ${misc:Depends}, python3-psycopg2, uwsgi, uwsgi-plugin-python3 +Breaks: python-petale (<< 1.1.18) +Replaces: python-petale (<< 1.1.18) Recommends: nginx Description: Simple key value datastore