We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
boto3
urllib3
pyOpenSSL
Update: boto3 will override urllib3's SSLContext if pyOpenSSL is available to import (https://github.com/boto/botocore/blob/fc30d05149c248d5e601bea37be422e97c5ad7ee/botocore/httpsession.py#L40-L50)
It appears that charms can import from outside of their venv, and pyOpenSSL is installed in the Ubuntu system level
venv
Details: canonical/charmcraft#1077 https://chat.charmhub.io/charmhub/pl/g8yw8qnjjb8n3ci66df5tkrw9e
Originally posted by @carlcsaposs-canonical in #192 (comment)
The text was updated successfully, but these errors were encountered:
https://warthogs.atlassian.net/browse/DPE-2255
Sorry, something went wrong.
No branches or pull requests
Update:
boto3
will overrideurllib3
's SSLContext ifpyOpenSSL
is available to import (https://github.com/boto/botocore/blob/fc30d05149c248d5e601bea37be422e97c5ad7ee/botocore/httpsession.py#L40-L50)It appears that charms can import from outside of their
venv
, andpyOpenSSL
is installed in the Ubuntu system levelDetails:
canonical/charmcraft#1077
https://chat.charmhub.io/charmhub/pl/g8yw8qnjjb8n3ci66df5tkrw9e
Originally posted by @carlcsaposs-canonical in #192 (comment)
The text was updated successfully, but these errors were encountered: