python3-sphinx-tabs: add missing depends on python3-setuptools

This commit is contained in:
classabbyamp 2022-12-29 01:55:18 -05:00
parent 1db03edac0
commit f389e5416d
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,10 +1,11 @@
# Template file for 'python3-sphinx-tabs'
pkgname=python3-sphinx-tabs
version=3.4.1
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Sphinx python3-Pygments python3-docutils"
# https://github.com/executablebooks/sphinx-tabs/issues/159
depends="python3-Sphinx python3-Pygments python3-docutils python3-setuptools"
short_desc="Tabbed views for Sphinx"
maintainer="classabbyamp <void@placeviolette.net>"
license="MIT"