snap: specify python version

In order to avoid `unmet dependencies` error in the CI,
the python version must be specified in the yaml.

fixes #877

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2020-10-08 10:53:20 -05:00
parent b9205cae1c
commit 3e56de8101

View File

@ -224,7 +224,7 @@ parts:
after: [godeps, runtime] after: [godeps, runtime]
build-packages: build-packages:
- gcc - gcc
- python - python3
- zlib1g-dev - zlib1g-dev
- libcap-ng-dev - libcap-ng-dev
- libglib2.0-dev - libglib2.0-dev