From ec8f150fd23a5f5e6d420e25a8063a36a400aeb2 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Sun, 2 Feb 2020 15:37:08 -0500 Subject: [PATCH] ensure that python3 is installed, whether the binary package is named python or python3 --- pkg/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/debian/control b/pkg/debian/control index 85ac35fd..08ef92fc 100644 --- a/pkg/debian/control +++ b/pkg/debian/control @@ -30,7 +30,7 @@ Replaces: weewx (<< 3.9.2-1~) Breaks: weewx (<< 3.9.2-1~) Architecture: all Pre-Depends: debconf -Depends: python (>=3.5), python3-configobj, python3-cheetah, python3-pil, python3-serial, python3-usb, lsb-base +Depends: python3 (>=3.5) | python (>=3.5), python3-configobj, python3-cheetah, python3-pil, python3-serial, python3-usb, lsb-base Suggests: sqlite, rsync, ftp, httpd, python3-dev, python3-pip Description: weather software weewx interacts with a weather station to produce graphs, reports, and HTML