summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2021-12-28 16:48:52 +0100
committerXiretza2021-12-28 16:48:52 +0100
commitd24c5b5d747b6151133c26862e44936d1b0b18dc (patch)
tree2c2e2721819844df9f6ef27f48e94109f17a897c /PKGBUILD
parent9cbbd75b61f18fb225839fb8720942842a6ab486 (diff)
downloadaur-d24c5b5d747b6151133c26862e44936d1b0b18dc.tar.gz
Add missing pytest-runner dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d60a83a53a6..a3a5149553d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=vtr-xml-utils
pkgname="python-$_pkgname-git"
pkgver=r86.d6ba1f1
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities for working with VtR XML Files"
arch=(any)
url="https://github.com/SymbiFlow/vtr-xml-utils"
license=('ISC')
depends=('python' 'python-lxml')
makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-pytest-runner')
provides=("${pkgname%%-git}")
conflicts=("${pkgname%%-git}")
source=("git+$url.git")