mirror of
https://github.com/0x5t4l1n/AURHub.git
synced 2026-05-26 11:25:50 +00:00
Fix uvicorn dependency for AUR
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ pkgbase = archstore-git
|
|||||||
makedepends = npm
|
makedepends = npm
|
||||||
depends = python
|
depends = python
|
||||||
depends = python-fastapi
|
depends = python-fastapi
|
||||||
depends = python-uvicorn
|
depends = uvicorn
|
||||||
depends = python-httpx
|
depends = python-httpx
|
||||||
depends = python-aiosqlite
|
depends = python-aiosqlite
|
||||||
depends = python-pydantic
|
depends = python-pydantic
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ license=('GPL-3.0-only')
|
|||||||
depends=(
|
depends=(
|
||||||
'python'
|
'python'
|
||||||
'python-fastapi'
|
'python-fastapi'
|
||||||
'python-uvicorn'
|
'uvicorn'
|
||||||
'python-httpx'
|
'python-httpx'
|
||||||
'python-aiosqlite'
|
'python-aiosqlite'
|
||||||
'python-pydantic'
|
'python-pydantic'
|
||||||
|
|||||||
Reference in New Issue
Block a user