mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 04:56:07 +00:00 
			
		
		
		
	PKGBUILD - fixed jinja dependency
This commit is contained in:
		@@ -8,7 +8,7 @@ pkgdesc='NVIDIA DLS server implementation with FastAPI'
 | 
			
		||||
arch=('any')
 | 
			
		||||
url='https://git.collinwebdesigns.de/oscar.krause/fastapi-dls'
 | 
			
		||||
license=('MIT')
 | 
			
		||||
depends=('python' 'python-jose' 'python-starlette' 'python-httpx' 'python-fastapi' 'python-dotenv' 'python-dateutil' 'python-sqlalchemy' 'python-cryptography' 'python-jinja2' 'uvicorn' 'python-markdown' 'openssl')
 | 
			
		||||
depends=('python' 'python-jose' 'python-starlette' 'python-httpx' 'python-fastapi' 'python-dotenv' 'python-dateutil' 'python-sqlalchemy' 'python-cryptography' 'python-jinja' 'uvicorn' 'python-markdown' 'openssl')
 | 
			
		||||
provider=("$pkgname")
 | 
			
		||||
install="$pkgname.install"
 | 
			
		||||
backup=('etc/default/fastapi-dls')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user