mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Change snap package to cryptography
This commit is contained in:
parent
6979a4025f
commit
3bb53f480e
1 changed files with 2 additions and 2 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue