summaryrefslogtreecommitdiff
path: root/waterfox/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-11 14:02:01 -0400
committerB Stack <bgstack15@gmail.com>2020-08-11 14:02:01 -0400
commit4fccf80e20a8b0f1c47831713fe8e8b10a3eb640 (patch)
tree79eb1afe2ba55c648afa6282bd020b4e47da0984 /waterfox/debian/control
parentMerge branch 'veracrypt-bump' into 'master' (diff)
downloadstackrpms-4fccf80e20a8b0f1c47831713fe8e8b10a3eb640.tar.gz
stackrpms-4fccf80e20a8b0f1c47831713fe8e8b10a3eb640.tar.bz2
stackrpms-4fccf80e20a8b0f1c47831713fe8e8b10a3eb640.zip
waterfox 2020.07.2 rc1
Also attempting to fix the python2 issue in Debian Sid in OBS
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 d272dd3..8f9ed42 100644
--- a/waterfox/debian/control
+++ b/waterfox/debian/control
@@ -34,7 +34,7 @@ Build-Depends: debhelper (>= 12),
llvm-dev (>= 4.0) | llvm-4.0-dev | llvm-6.0-dev | llvm-7-dev,
locales,
lsb-release,
- python2.7,
+ python2 (>= 2.7.18-2~) | python (>= 2.7),
python-minimal (>= 2.6.6-13~),
python-ply,
rustc (>= 1.34),
bgstack15