py-wheel: Add dependency on python+ctypes (#36716)
This commit is contained in:
		 Jonathon Anderson
					Jonathon Anderson
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							6de3786c36
						
					
				
				
					commit
					c32aeea1a4
				
			| @@ -72,6 +72,7 @@ class PyWheel(Package, PythonExtension): | ||||
|     ) | ||||
| 
 | ||||
|     extends("python") | ||||
|     depends_on("python +ctypes", type=("build", "run")) | ||||
|     depends_on("python@2.7:2.8,3.5:", when="@0.34:", type=("build", "run")) | ||||
|     depends_on("python@2.7:2.8,3.4:", when="@0.30:", type=("build", "run")) | ||||
|     depends_on("python@2.6:2.8,3.2:", type=("build", "run")) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user