summaryrefslogtreecommitdiff
path: root/waterfox-g/debian/patches/mach-depends.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-09 13:25:50 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-09 13:26:31 -0400
commit64f94edaaafa871bd320fa2515ae8c42a3ede300 (patch)
tree1487e57fefe2ade96c21f2423ef1d71ed671dbfa /waterfox-g/debian/patches/mach-depends.patch
parentMerge branch 'jellyfin-mpv-shim' (diff)
downloadstackrpms-64f94edaaafa871bd320fa2515ae8c42a3ede300.tar.gz
stackrpms-64f94edaaafa871bd320fa2515ae8c42a3ede300.tar.bz2
stackrpms-64f94edaaafa871bd320fa2515ae8c42a3ede300.zip
waterfox-g 6.0.2 rc1
Diffstat (limited to 'waterfox-g/debian/patches/mach-depends.patch')
-rw-r--r--waterfox-g/debian/patches/mach-depends.patch17
1 files changed, 7 insertions, 10 deletions
diff --git a/waterfox-g/debian/patches/mach-depends.patch b/waterfox-g/debian/patches/mach-depends.patch
index de85066..a499d45 100644
--- a/waterfox-g/debian/patches/mach-depends.patch
+++ b/waterfox-g/debian/patches/mach-depends.patch
@@ -1,24 +1,21 @@
diff --git a/python/sites/mach.txt b/python/sites/mach.txt
-index 6547ee58574a..a7d9a8b2ca70 100644
+index 83dec4a14237..effb59fc457f 100644
--- a/python/sites/mach.txt
+++ b/python/sites/mach.txt
-@@ -114,7 +114,7 @@ vendored:third_party/python/taskcluster
- vendored:third_party/python/taskcluster_taskgraph
+@@ -121,7 +121,7 @@ vendored:third_party/python/taskcluster_taskgraph
vendored:third_party/python/taskcluster_urls
+ vendored:third_party/python/toml
vendored:third_party/python/tqdm
-vendored:third_party/python/typing_extensions
+pypi-optional:typing_extensions>=3.10.0:something will break
vendored:third_party/python/urllib3
vendored:third_party/python/voluptuous
- vendored:third_party/python/wheel
-@@ -133,5 +133,5 @@ pypi-optional:glean-sdk==44.1.1:telemetry will not be collected
+ vendored:third_party/python/wcwidth
+@@ -141,5 +141,5 @@ pypi-optional:glean-sdk==52.7.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).
--pypi-optional:psutil>=5.4.2,<=5.8.0:telemetry will be missing some data
--pypi-optional:zstandard>=0.11.1,<=0.17.0:zstd archives will not be possible to extract
+-pypi-optional:psutil>=5.4.2,<=5.9.4:telemetry will be missing some data
+-pypi-optional:zstandard>=0.11.1,<=0.19.0:zstd archives will not be possible to extract
+pypi-optional:psutil>=5.4.2,<=6.0.0:telemetry will be missing some data
+pypi-optional:zstandard>=0.11.1,<=1.0.0:zstd archives will not be possible to extract
---
-2.37.3
-
bgstack15