mirror of
				https://github.com/arcan1s/ahriman.git
				synced 2025-11-04 07:43:42 +00:00 
			
		
		
		
	make apispec dependency optional
This commit is contained in:
		@ -72,8 +72,9 @@ package_ahriman-triggers() {
 | 
			
		||||
package_ahriman-web() {
 | 
			
		||||
    pkgname='ahriman-web'
 | 
			
		||||
    pkgdesc="ArcH linux ReposItory MANager, web server"
 | 
			
		||||
    depends=("$pkgbase-core=$pkgver" 'python-aiohttp-apispec>=3.0.0' 'python-aiohttp-cors' 'python-aiohttp-jinja2')
 | 
			
		||||
    depends=("$pkgbase-core=$pkgver" 'python-aiohttp-cors' 'python-aiohttp-jinja2')
 | 
			
		||||
    optdepends=('python-aioauth-client: OAuth2 authorization support'
 | 
			
		||||
                'python-aiohttp-apispec>=3.0.0: autogenerated API documentation'
 | 
			
		||||
                'python-aiohttp-security: authorization support'
 | 
			
		||||
                'python-aiohttp-session: authorization support'
 | 
			
		||||
                'python-cryptography: authorization support')
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user