summaryrefslogtreecommitdiff
path: root/palemoon/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-11 17:18:36 +0000
committerB Stack <bgstack15@gmail.com>2020-08-11 17:18:36 +0000
commit468abbdcbabff7327280b8bff8fc9a9cd3c92aa6 (patch)
treeb8c10af04d17e9ec2085a39eae760e2ab55efa4b /palemoon/debian/control
parentMerge branch 'ublock-bump' into 'master' (diff)
parentadd python dep alteration for debian unstable (diff)
downloadstackrpms-468abbdcbabff7327280b8bff8fc9a9cd3c92aa6.tar.gz
stackrpms-468abbdcbabff7327280b8bff8fc9a9cd3c92aa6.tar.bz2
stackrpms-468abbdcbabff7327280b8bff8fc9a9cd3c92aa6.zip
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.12.0 See merge request bgstack15/stackrpms!178
Diffstat (limited to 'palemoon/debian/control')
-rw-r--r--palemoon/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/palemoon/debian/control b/palemoon/debian/control
index 862f239..ccb8064 100644
--- a/palemoon/debian/control
+++ b/palemoon/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 12),
lsb-release,
mesa-common-dev,
pkg-config,
- python (>= 2.7),
+ python2 (>= 2.7.18-2~) | python (>= 2.7),
unzip,
yasm (>= 1.1),
zip,
bgstack15