mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 14:51:43 +00:00
support check dependencies
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
"resultcount": 1,
|
||||
"results": [
|
||||
{
|
||||
"CheckDepends": [
|
||||
"python-pytest"
|
||||
],
|
||||
"Depends": [
|
||||
"devtools",
|
||||
"git",
|
||||
|
@ -5,6 +5,7 @@ pkgbase = ahriman
|
||||
url = https://github.com/arcan1s/ahriman
|
||||
arch = any
|
||||
license = GPL3
|
||||
checkdepends = python-pytest
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
|
Reference in New Issue
Block a user