-
-
Notifications
You must be signed in to change notification settings - Fork 846
Add zstd to build dependencies #1558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
core-developers/experts.rst
Outdated
@@ -258,6 +259,7 @@ zipapp pfmoore | |||
zipfile alanmcintyre^, serhiy-storchaka, Yhg1s, gpshead | |||
zipimport Yhg1s* | |||
zlib Yhg1s, gpshead* | |||
compression.zstd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we use this ordering or should it be under compression?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The macOS dependencies section also needs to be updated:
- $ brew install pkg-config openssl@3 xz gdbm tcl-tk mpdecimal
+ $ brew install pkg-config openssl@3 xz gdbm tcl-tk mpdecimal zstd
and:
+ $ sudo port install pkgconfig openssl xz gdbm tcl tk +quartz mpdecimal
- $ sudo port install pkgconfig openssl xz gdbm tk +quartz mpdecimal zstd
(The removal of tcl
is deliberate; it's a dependency of the tk
port and thus does not need to be specified.)
core-developers/experts.rst
Outdated
compression | ||
compression.zstd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @AA-Turner You have been active here, do you want to be added? I don't think Emma can be added as I believe it is limited to core.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the changes. They LGTM.
Closes #1557
π Documentation preview π: https://cpython-devguide--1558.org.readthedocs.build/getting-started/setup-building/