mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
gitlab-ci: use python3-cryptography to avoid building rust sources
This commit is contained in:
parent
5ed531ce52
commit
f95f88f64d
1 changed files with 2 additions and 1 deletions
|
@ -309,9 +309,10 @@ plugin_fetchsrclibs:
|
|||
- apt-get install
|
||||
curl
|
||||
git
|
||||
python3-cryptography
|
||||
python3-pip
|
||||
python3-venv
|
||||
- python3 -m venv env
|
||||
- python3 -m venv --system-site-packages env
|
||||
- . env/bin/activate
|
||||
- export PATH="$CI_PROJECT_DIR:$PATH"
|
||||
- export PYTHONPATH="$CI_PROJECT_DIR/examples"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue