summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-12-14 14:41:37 -0500
committerB. Stack <bgstack15@gmail.com>2021-12-14 14:41:37 -0500
commitd09a3890b5fdae43f201d294457343dc7e305090 (patch)
treec7491a0d6d702ff7e395b82b97a631767c45db47
parent95.0 attempt 1 (diff)
downloadlibrewolf-fedora-ff-95.0-1.tar.gz
librewolf-fedora-ff-95.0-1.tar.bz2
librewolf-fedora-ff-95.0-1.zip
add build-python.patch95.0-1
-rw-r--r--build-python.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/build-python.patch b/build-python.patch
new file mode 100644
index 0000000..eae8e18
--- /dev/null
+++ b/build-python.patch
@@ -0,0 +1,12 @@
+diff -up firefox-95.0/build/mach_virtualenv_packages.txt.pytpatch firefox-95.0/build/mach_virtualenv_packages.txt
+--- firefox-95.0/build/mach_virtualenv_packages.txt.pytpatch 2021-12-06 07:52:44.829038010 +0100
++++ firefox-95.0/build/mach_virtualenv_packages.txt 2021-12-06 07:53:56.676269562 +0100
+@@ -1,7 +1,7 @@
+ packages.txt:build/common_virtualenv_packages.txt
+ # glean-sdk may not be installable if a wheel isn't available
+ # and it has to be built from source.
+-pypi-optional:glean-sdk==40.0.0:telemetry will not be collected
++pypi-optional:glean-sdk>=40.0.0,<=42.2.0:telemetry will not be collected
+ # Mach gracefully handles the case where `psutil` is unavailable.
+ # We aren't (yet) able to pin packages in automation, so we have to
+ # support down to the oldest locally-installed version (5.4.2).
bgstack15