From 579d6f2f092cae7e2072eca00524bca6e6465777 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 1 Mar 2023 13:23:50 -0500 Subject: add python2.7 as option for build-dep --- waterfox/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waterfox/debian/control') diff --git a/waterfox/debian/control b/waterfox/debian/control index 394b0f4..2b0da64 100644 --- a/waterfox/debian/control +++ b/waterfox/debian/control @@ -35,7 +35,7 @@ Build-Depends: debhelper (>= 12), locales, lsb-release, nasm (>= 2.13), - python2 (>= 2.7.18-2~) | python (>= 2.7), + python2 (>= 2.7.18-2~) | python (>= 2.7) | python2.7, rustc (>= 1.34), unzip, xauth, -- cgit