abhishek-ram / pyas2-lib

AS2 Library for building and parsing Messages and MDNs
GNU General Public License v3.0
42 stars 27 forks source link

update depency oscrypto #26

Closed gainskills closed 3 years ago

gainskills commented 3 years ago

On MAC big sur, it run into error: libcrypto_path = _backend_config().get('libcrypto_path') if libcrypto_path is None: libcrypto_path = find_library('crypto') if not libcrypto_path: raise LibraryNotFoundError('The library libcrypto could not be found')

The issue is fixed in https://github.com/wbond/oscrypto/issues/35 and https://github.com/wbond/oscrypto/issues/35#issuecomment-570789336 :

This fix was included with the 1.1.1 release

Please consider to update dependency