mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-31 01:13:02 +00:00 
			
		
		
		
	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:
		| @@ -224,7 +224,7 @@ parts: | ||||
|     after: [godeps, runtime] | ||||
|     build-packages: | ||||
|       - gcc | ||||
|       - python | ||||
|       - python3 | ||||
|       - zlib1g-dev | ||||
|       - libcap-ng-dev | ||||
|       - libglib2.0-dev | ||||
|   | ||||
		Reference in New Issue
	
	Block a user