py-dotnetcore2: Add conflict non x86_64 targets. (#19623)
This commit is contained in:
		 Toyohisa Kameyama
					Toyohisa Kameyama
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							f2318d80d2
						
					
				
				
					commit
					5a5c220d0a
				
			| @@ -18,6 +18,10 @@ class PyDotnetcore2(Package): | |||||||
|         version('2.1.14', sha256='d8d83ac30c22a0e48a9a881e117d98da17f95c4098cb9500a35e323b8e4ab737', expand=False, |         version('2.1.14', sha256='d8d83ac30c22a0e48a9a881e117d98da17f95c4098cb9500a35e323b8e4ab737', expand=False, | ||||||
|                 url='https://pypi.io/packages/py3/d/dotnetcore2/dotnetcore2-2.1.14-py3-none-manylinux1_x86_64.whl') |                 url='https://pypi.io/packages/py3/d/dotnetcore2/dotnetcore2-2.1.14-py3-none-manylinux1_x86_64.whl') | ||||||
| 
 | 
 | ||||||
|  |     conflicts('target=ppc64:', msg='py-dotnetcore2 is only available for x86_64') | ||||||
|  |     conflicts('target=ppc64le:', msg='py-dotnetcore2 is only available for x86_64') | ||||||
|  |     conflicts('target=aarch64:', msg='py-dotnetcore2 is only available for x86_64') | ||||||
|  | 
 | ||||||
|     extends('python') |     extends('python') | ||||||
|     depends_on('python@3:', type=('build', 'run')) |     depends_on('python@3:', type=('build', 'run')) | ||||||
|     depends_on('py-pip', type='build') |     depends_on('py-pip', type='build') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user