use os package py3-cryptography

This commit is contained in:
Robert Kaussow 2021-02-18 17:01:14 +01:00
parent 70349536de
commit 4459b65f17
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 5 deletions

View File

@ -208,7 +208,7 @@ local PipelineBuildContainer(arch='amd64') = {
name: 'build',
image: 'python:3.9-alpine',
commands: [
'apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git',
'apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git',
'git fetch -tq',
'pip install poetry poetry-dynamic-versioning -qq',
'poetry config virtualenvs.create false',

View File

@ -227,7 +227,7 @@ steps:
- name: build
image: python:3.9-alpine
commands:
- apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git
- apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
- poetry config virtualenvs.create false
@ -307,7 +307,7 @@ steps:
- name: build
image: python:3.9-alpine
commands:
- apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git
- apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
- poetry config virtualenvs.create false
@ -387,7 +387,7 @@ steps:
- name: build
image: python:3.9-alpine
commands:
- apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git
- apk --update --quiet add build-base libressl-dev libffi-dev musl-dev python3-dev py3-cryptography git
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
- poetry config virtualenvs.create false
@ -637,6 +637,6 @@ depends_on:
---
kind: signature
hmac: 6e27f34ae00ed411555b14cb63cca3fb7e9d3c752fff7ed75ed21e21110f83ba
hmac: 1ac06f636f77d3d0d46e7c90190fd44ca0234e38d632d62cc528e039537adab8
...