diff options
author | TheMainOne <themainone@mailu.io> | 2020-11-22 11:51:38 -0500 |
---|---|---|
committer | TheMainOne <themainone@mailu.io> | 2020-11-22 11:51:38 -0500 |
commit | 0b6f9419eea35a3ca31267e241c274226a3b0de9 (patch) | |
tree | 7f8ae437438c7e271dc6ec3dbdb8ddfbab4f9c19 /deb_patches/lower-python3-requirement.patch | |
parent | Enable native Wayland support (diff) | |
parent | v83.0-1 (diff) | |
download | librewolf-linux-0b6f9419eea35a3ca31267e241c274226a3b0de9.tar.gz librewolf-linux-0b6f9419eea35a3ca31267e241c274226a3b0de9.tar.bz2 librewolf-linux-0b6f9419eea35a3ca31267e241c274226a3b0de9.zip |
Merge https://gitlab.com/librewolf-community/browser/linux into master
Diffstat (limited to 'deb_patches/lower-python3-requirement.patch')
-rw-r--r-- | deb_patches/lower-python3-requirement.patch | 4 |
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: |