Remove sphinx setuptools commands from setup.py

This commit is contained in:
Eric Torres 2023-05-03 15:49:58 -07:00
parent 5b77f0a698
commit 5b1b493a8c

View File

@ -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')