Change snap package to cryptography

This commit is contained in:
JonnyWong16 2024-09-21 14:17:08 -07:00
parent 6979a4025f
commit 3bb53f480e
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -26,14 +26,14 @@ parts:
stage-packages: stage-packages:
- python3 - python3
- python3-openssl - python3-openssl
- python3-pycryptodome - python3-cryptography
- python3-setuptools - python3-setuptools
- python3-pkg-resources - python3-pkg-resources
build-packages: build-packages:
- git - git
- python3 - python3
- python3-openssl - python3-openssl
- python3-pycryptodome - python3-cryptography
- python3-setuptools - python3-setuptools
- python3-pkg-resources - python3-pkg-resources
override-pull: | override-pull: |