From f311d96a49a620dad560fd3da61b84635ddffa13 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Tue, 6 Dec 2022 23:48:12 -0800 Subject: [PATCH] Add python-sphinx to checkdepends --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 7469e83..5f0a029 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ depends=(gist pacman python) makedepends=(git python-setuptools) optdepends=('fzf: for the fqo script' 'mlocate: for the fqo script') -checkdepends=(python-hypothesis python-pytest) +checkdepends=(python-hypothesis python-pytest python-sphinx) backup=(etc/apparmor.d/usr.bin.{addpkg,delpkg} etc/packaging-scripts.conf) source=("${pkgname}::git+file:///home/etorres/Projects/packaging-scripts")