Currently, builds are busted because they can't build wheels for these. Change-Id: I964d5858bfb926890169d46cbc7ab4e76fc40250
		
			
				
	
	
		
			10 lines
		
	
	
		
			104 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			104 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
set -e
 | 
						|
 | 
						|
apk add --update \
 | 
						|
  python \
 | 
						|
  python-dev \
 | 
						|
  py-pip \
 | 
						|
  py-cffi \
 | 
						|
  py-cryptography
 |