Skip to content
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

Fix building python io wheels for other linux dists #832

Open
kylebarron opened this issue Oct 18, 2024 · 1 comment
Open

Fix building python io wheels for other linux dists #832

kylebarron opened this issue Oct 18, 2024 · 1 comment

Comments

@kylebarron
Copy link
Member

# reqwest is pulled in by object store, but not used by python binding itself
# We statically link the rust-native rustls. For a binary wheel we want a
# static-compiled openssl anyways, and having it be native rust seems to make
# things simpler.
# See native roots discussion here:
# https://github.com/rustls/rustls-native-certs/blob/0ebeee01ed61ebeacd5ebb98e7f5694b0ee70a08/README.md#should-i-use-this-or-webpki-roots
reqwest = { version = "*", features = ["rustls-tls-native-roots"] }
# Compile openssl from source
openssl = { version = "0.10", features = ["vendored"] }

@kylebarron
Copy link
Member Author

Setting default-features = false should fix this and not need openssl. See developmentseed/obstore#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant