From 5b1b493a8c493fc1f21b03b62920d2401c5b3bb4 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 3 May 2023 15:49:58 -0700 Subject: [PATCH] Remove sphinx setuptools commands from setup.py --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 86dba09..e3992db 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ depends=(gist mlocate pacman python pyalpm) makedepends=(git python-setuptools) optdepends=('fzf: for the fqo script' 'mlocate: for the fqo script') -checkdepends=(python-hypothesis python-pytest python-sphinx) +checkdepends=(python-hypothesis python-pytest) backup=(etc/apparmor.d/usr.bin.{addpkg,delpkg} etc/packaging-scripts.conf) source=("${pkgname}::git+file:///home/etorres/Projects/packaging-scripts") sha256sums=('SKIP')