mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-08-23 09:59:56 +00:00
support check dependencies
This commit is contained in:
@ -49,6 +49,10 @@ class PackagePropertiesSchema(Schema):
|
||||
"description": "Package optional dependencies list",
|
||||
"example": ["python-aiohttp"],
|
||||
})
|
||||
check_depends = fields.List(fields.String(), metadata={
|
||||
"description": "Package test dependencies list",
|
||||
"example": ["python-pytest"],
|
||||
})
|
||||
description = fields.String(metadata={
|
||||
"description": "Package description",
|
||||
"example": "ArcH linux ReposItory MANager",
|
||||
|
Reference in New Issue
Block a user