summaryrefslogtreecommitdiff
path: root/palemoon/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-10 13:57:58 -0400
committerB Stack <bgstack15@gmail.com>2020-08-10 13:57:58 -0400
commit191b9647324696797548eaa85136f0359ac88048 (patch)
tree1f6c03a74d9c650197086c28f65e025ad015c82a /palemoon/debian/control
parentpm 28.12.0 rc1 dpkg and rpm (diff)
downloadstackrpms-191b9647324696797548eaa85136f0359ac88048.tar.gz
stackrpms-191b9647324696797548eaa85136f0359ac88048.tar.bz2
stackrpms-191b9647324696797548eaa85136f0359ac88048.zip
add python dep alteration for debian unstable
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