mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
gitlab-ci: use python3-cryptography to avoid building rust sources
This commit is contained in:
parent
fc7f9204b6
commit
3d536d4515
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