aboutsummaryrefslogtreecommitdiff
path: root/deb_patches/lower-python3-requirement.patch
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-10-29 02:18:46 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-10-29 02:18:46 +0100
commitfcb0d9bed3e6bf80fe17a38631c6fb1434cdbff0 (patch)
tree2ce2be8bd3a496827be74678b6ef39223e9bba45 /deb_patches/lower-python3-requirement.patch
parentv81.0.2-1 (diff)
downloadlibrewolf-linux-fcb0d9bed3e6bf80fe17a38631c6fb1434cdbff0.tar.gz
librewolf-linux-fcb0d9bed3e6bf80fe17a38631c6fb1434cdbff0.tar.bz2
librewolf-linux-fcb0d9bed3e6bf80fe17a38631c6fb1434cdbff0.zip
v82.0.2-1
Diffstat (limited to 'deb_patches/lower-python3-requirement.patch')
-rw-r--r--deb_patches/lower-python3-requirement.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/deb_patches/lower-python3-requirement.patch b/deb_patches/lower-python3-requirement.patch
index 94f8d91..e60bf71 100644
--- a/deb_patches/lower-python3-requirement.patch
+++ b/deb_patches/lower-python3-requirement.patch
@@ -14,8 +14,8 @@ diff -r ede1c973aa85 build/moz.configure/init.configure
-option(env='PYTHON3', nargs=1, help='Python 3 interpreter (3.6 or later)')
+option(env='PYTHON3', nargs=1, help='Python 3 interpreter (3.5 or later)')
-
- @depends('PYTHON3', check_build_environment, mozconfig, '--help')
+ option(env='VIRTUALENV_NAME', nargs=1, default='init_py3',
+ help='Name of the in-objdir virtualenv')
@@ -334,20 +334,20 @@
'(%s): %s' % (python, e))
else:
bgstack15