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

Fix/build fix pyopenssl #57

Closed chadgates closed 1 year ago

chadgates commented 1 year ago

Build fails now with too old PyOpenSSL version with error AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms' on Ubuntu. See also https://github.com/pyca/cryptography/issues/7959

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.45% // Head: 96.45% // No change to project coverage :thumbsup:

Coverage data is based on head (62f1691) compared to base (26669fd). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #57 +/- ## ======================================= Coverage 96.45% 96.45% ======================================= Files 6 6 Lines 734 734 Branches 131 131 ======================================= Hits 708 708 Misses 14 14 Partials 12 12 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Abhishek+Ram). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Abhishek+Ram)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.