mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-sphinx-tabs: add missing depends on python3-setuptools
This commit is contained in:
parent
1db03edac0
commit
f389e5416d
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-sphinx-tabs'
|
# Template file for 'python3-sphinx-tabs'
|
||||||
pkgname=python3-sphinx-tabs
|
pkgname=python3-sphinx-tabs
|
||||||
version=3.4.1
|
version=3.4.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
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"
|
short_desc="Tabbed views for Sphinx"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue