From f389e5416dedae9623aa1711913d5ce9de4beb94 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 29 Dec 2022 01:55:18 -0500 Subject: [PATCH] python3-sphinx-tabs: add missing depends on python3-setuptools --- srcpkgs/python3-sphinx-tabs/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-sphinx-tabs/template b/srcpkgs/python3-sphinx-tabs/template index 79112e6e0d7..596c01007a1 100644 --- a/srcpkgs/python3-sphinx-tabs/template +++ b/srcpkgs/python3-sphinx-tabs/template @@ -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 " license="MIT"