summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0090f287e7c7..c927f3917707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,14 @@
pkgname=python-tatsu
pkgver=5.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="TatSu takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python."
arch=("any")
url="https://github.com/neogeny/TatSu"
license=("BSD")
-depends=("python")
+# TODO: Remove python-pytest-runner once this issue is resolved:
+# https://github.com/neogeny/TatSu/issues/216
+depends=("python" "python-pytest-runner")
optdepends=("python-regex")
makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/T/TatSu/TatSu-${pkgver}.zip")