summaryrefslogtreecommitdiff
path: root/waterfox/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-13 11:55:21 +0000
committerB Stack <bgstack15@gmail.com>2020-08-13 11:55:21 +0000
commitb8f50fcfdd0dbdef2a156d6051430b0f5bf045a4 (patch)
treee10552b593e24824315bdc53544be0dc572e2211 /waterfox/debian/control
parentMerge branch 'veracrypt-bump' into 'master' (diff)
parentfix python-minimal in dsc too (diff)
downloadstackrpms-b8f50fcfdd0dbdef2a156d6051430b0f5bf045a4.tar.gz
stackrpms-b8f50fcfdd0dbdef2a156d6051430b0f5bf045a4.tar.bz2
stackrpms-b8f50fcfdd0dbdef2a156d6051430b0f5bf045a4.zip
Merge branch 'waterfox-bump' into 'master'
Waterfox 2020.07.2 See merge request bgstack15/stackrpms!180
Diffstat (limited to 'waterfox/debian/control')
-rw-r--r--waterfox/debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/waterfox/debian/control b/waterfox/debian/control
index d272dd3..a55d956 100644
--- a/waterfox/debian/control
+++ b/waterfox/debian/control
@@ -34,8 +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,
- python-minimal (>= 2.6.6-13~),
+ python2 (>= 2.7.18-2~) | python (>= 2.7),
python-ply,
rustc (>= 1.34),
unzip,
@@ -45,6 +44,7 @@ Build-Depends: debhelper (>= 12),
yasm (>= 1.1),
zip,
zlib1g-dev
+# disabled for testing python-minimal (>= 2.6.6-13~),
Standards-Version: 3.9.7
Homepage: https://www.waterfox.net/
# libfontconfig-dev only added for Debian OBS which is choking as of 2020-04 on libfontconfig-dev | libfontconfig1-dev for deps: libgtk-3-dev, libpango1.0-dev, libcairo2-dev, libxft-dev
bgstack15