summaryrefslogtreecommitdiff
path: root/waterfox/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-03-01 13:23:50 -0500
committerB. Stack <bgstack15@gmail.com>2023-03-01 13:23:50 -0500
commit579d6f2f092cae7e2072eca00524bca6e6465777 (patch)
treeffe44807aeca01520a9d126f78f01aff69283957 /waterfox/debian/control
parentwf 2022.11-classic (diff)
downloadstackrpms-579d6f2f092cae7e2072eca00524bca6e6465777.tar.gz
stackrpms-579d6f2f092cae7e2072eca00524bca6e6465777.tar.bz2
stackrpms-579d6f2f092cae7e2072eca00524bca6e6465777.zip
add python2.7 as option for build-dep
Diffstat (limited to 'waterfox/debian/control')
-rw-r--r--waterfox/debian/control2
1 files changed, 1 insertions, 1 deletions
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,
bgstack15