wiktor-k / pysequoia

OpenPGP in Python using Sequoia PGP
https://pypi.org/project/pysequoia/
Apache License 2.0
9 stars 2 forks source link

Fix pcsc-lite communication with pcscd #12

Closed wiktor-k closed 9 months ago

wiktor-k commented 9 months ago

Due to the build using manylinux container which is super-old the pcsclite client couldn't communicate with pcscd on newer systems.

This is a variant of the following bug: https://blog.apdu.fr/posts/2022/02/accessing-smart-cards-from-inside/

This PR improves the support by building a newer version of pcsc-lite. This should not affect packaged versions, only these distributed on pypi.