summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-03-01 19:12:40 -0500
committerCarlos Aznarán Laos2023-03-01 19:12:40 -0500
commit93abc0d089f9422744384adbd740306e50d86877 (patch)
treeb30b904eae7198453d063730e973bdffd9865a75 /PKGBUILD
parent1feee8bee90c8fea94a02c947b976344c8d8f2ae (diff)
downloadaur-93abc0d089f9422744384adbd740306e50d86877.tar.gz
Add python-rich as checkdependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 162aeb6ee9e4..33bf4c034676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ optdepends=(
'python-yaml: for bindings yaml support'
'python-ujson: for JSON serializer for improved performance'
)
-checkdepends=(python-pytest python-requests-mock python-responses python-itsdangerous python-ujson python-timeout-decorator)
+checkdepends=(python-pytest python-requests-mock python-responses python-itsdangerous python-ujson python-timeout-decorator python-rich)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha512sums=('21bc59c35fdbcd25ae9db5e13067422199bb29077ddc98ecf163e52fee2ef38f31c44012a39e96ad3f3b32854510edd8453803352eb076622bfd817cde51a7e2')