Commit 4384055c authored by Mitchell Hentges's avatar Mitchell Hentges
Browse files

Bug 1724279: Mark `zstandard` as an optional Mach dependency r=ahal

It's only needed for some commands.
Additionally, as we start verifying Python environments in CI, some of
the tasks don't have `zstandard` installed.

Differential Revision: https://phabricator.services.mozilla.com/D126281
parent f3f13dfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,4 +6,4 @@ pypi-optional:glean-sdk==40.0.0:telemetry will not be collected
# 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:zstandard==0.15.2
pypi-optional:zstandard==0.15.2:zstd archives will not be possible to extract