gitlab-ci: use python3-cryptography to avoid building rust sources

This commit is contained in:
Hans-Christoph Steiner 2021-02-08 09:11:48 +01:00
parent fc7f9204b6
commit 3d536d4515
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 2 additions and 1 deletions

View File

@ -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"