mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
gitlab-ci: paramiko from Debian to avoid crypto libs from source
Before it was cryptography, now bcrypt requires a Rust compiler: https://gitlab.com/fdroid/fdroidserver/-/jobs/2929483724
This commit is contained in:
parent
06e4d9623a
commit
05bc59c56a
1 changed files with 2 additions and 2 deletions
|
@ -316,11 +316,11 @@ plugin_fetchsrclibs:
|
||||||
curl
|
curl
|
||||||
git
|
git
|
||||||
python3-cffi
|
python3-cffi
|
||||||
python3-cryptography
|
|
||||||
python3-matplotlib
|
python3-matplotlib
|
||||||
python3-nacl
|
python3-nacl
|
||||||
python3-pip
|
python3-paramiko
|
||||||
python3-pil
|
python3-pil
|
||||||
|
python3-pip
|
||||||
python3-pycparser
|
python3-pycparser
|
||||||
python3-venv
|
python3-venv
|
||||||
- python3 -m venv --system-site-packages env
|
- python3 -m venv --system-site-packages env
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue