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

More regex and requirements fixes #41

Conversation

gtjoseph
Copy link
Member

Fixed a few more regex escaping issues in config.py and in
opensslversion.py.

Replaced cryptography with pyopenssl in requirements.txt because
cryptography doesn't include the OpenSSL module which we use
to get the openssl version. Tests that had "openssl" as a prereq
have not been running because of this.

Resolves: #40

Fixed a few more regex escaping issues in config.py and in
opensslversion.py.

Replaced cryptography with pyopenssl in requirements.txt because
cryptography doesn't include the OpenSSL module which we use
to get the openssl version.  Tests that had "openssl" as a prereq
have not been running because of this.

Resolves: asterisk#40
@gtjoseph
Copy link
Member Author

cherry-pick-to: 18
cherry-pick-to: 20
cherry-pick-to: 21
cherry-pick-to: certified/18.9

Copy link

Successfully merged to branch master and cherry-picked to ["18","20","21","certified/18.9"]

@gtjoseph gtjoseph deleted the master-more-regex-and-requirements branch February 27, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Found a few more regex issues and a python package issue
2 participants