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

Document packages bundled inside wheels #9811

Open
stefan6419846 opened this issue Nov 1, 2023 · 1 comment
Open

Document packages bundled inside wheels #9811

stefan6419846 opened this issue Nov 1, 2023 · 1 comment

Comments

@stefan6419846
Copy link

The binary wheels on PyPI currently ship with a shared object compiled using Rust which seems to have some external dependencies: https://github.com/pyca/cryptography/blob/main/src/rust/Cargo.lock

For now, the corresponding packages including their version and licenses are not documented inside the cryptography package itself, thus requiring additional documentation/modification work to ensure license compliance. For me not being a Rust developer, it is not really obvious whether the windows-sys dependencies actually are being included in the regular manylinux wheels or not for example.

It would be great to have the cryptography packages/wheels to provide these information for the official builds.

(Note: There already has been a short discussion about this on pyca/bcrypt#656. While it is part of the same GitHub group, the package is different.)

@alex
Copy link
Member

alex commented Nov 1, 2023

Our answer here is the same as on bcrypt: once there is a standard for SBOM or some similar mechanism for wheels, we're happy to provide it.

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

No branches or pull requests

2 participants