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

Small improvements: getopt + certificate verify failed fix #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

olevole
Copy link

@olevole olevole commented Apr 6, 2024

  • switch to getopt(1);
  • bump python version (38 -> 39);
  • fix SSL error of installing the cloud-init dependencies via pip (ca-certificates required):
Reading https://pypi.org/simple/pyserial/
Download error on https://pypi.org/simple/pyserial/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1132) -- Some packages may not be found!
...
  • Tested on: NetBSD 10.0

- switch to getopt(1);
- fix SSL error of installing the cloud-init dependencies via pip (ca-certificates required):

```
Reading https://pypi.org/simple/pyserial/
Download error on https://pypi.org/simple/pyserial/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1132) -- Some packages may not be found!
...
```
- Tested on: NetBSD 10.0
@goneri goneri force-pushed the master branch 2 times, most recently from ddd9642 to e7f33d0 Compare November 5, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant