piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Missing package: cryptography #464

Open bennuttall opened 1 month ago

bennuttall commented 1 month ago

Package name

cryptography

Package version

43.0.0

PyPI URL

https://pypi.org/project/cryptography/

piwheels URL

https://www.piwheels.org/project/cryptography/

Python version

I am aware this is the issue tracker for a Python package index specifically for Raspberry Pi

I have checked for duplicate issues

I am the maintainer

More information

Issues arose in #462 and #463

cryptography now requires openssl 3, so we need to statically link it in Bullseye which has openssl 1.1.

bennuttall commented 1 month ago

Figuring out how to fix it, but for now, please download these files and install as required:

orosam commented 1 week ago

Somewhat updating my question in #469:

Wouldn't fixing the tags in the build process with auditwheel to something like cp37-abi3-manylinux_2_31_armv7l for bullseye, and cp37-abi3-manylinux_2_36_armv7l for bookworm differentiate the built wheels sufficiently?

Edit: With excluding libssl.so.<X> and libcrypto.so.<X> from grafting?