forked from pool/python-oci-sdk
		
	- Provide the PyPI name: python-oci - Use pep517 macros instead of deprecated direct setup.py calls - Update deps patch - Add rpmlintrc for devendored package requirements OBS-URL: https://build.opensuse.org/request/show/1088042 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=97
		
			
				
	
	
		
			9 lines
		
	
	
		
			450 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			450 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # devendored packages are extra requirements
 | |
| addFilter("python-leftover-require python[0-9]+-PyJWT")
 | |
| addFilter("python-leftover-require python[0-9]+-httpsig_cffi")
 | |
| addFilter("python-leftover-require python[0-9]+-requests")
 | |
| addFilter("python-leftover-require python[0-9]+-six")
 | |
| addFilter("python-leftover-require python[0-9]+-urllib3")
 | |
| # python2 only: rpmlint does not understand the python marker yet
 | |
| addFilter("python-missing-require configparser")
 |