From 4d0309d46caa31a4b489801459d9b5e4ce346b8b Mon Sep 17 00:00:00 2001 From: Doan Tran Cong Danh Date: Sun, 17 Nov 2019 21:35:56 +0700 Subject: [PATCH] python-pex: drop python-Sphinx hostdepends It doesn't need both python{,3}-Sphinx to build the documentation --- srcpkgs/python-pex/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pex/template b/srcpkgs/python-pex/template index f3ed4d96e41..8d8ee2e5ef6 100644 --- a/srcpkgs/python-pex/template +++ b/srcpkgs/python-pex/template @@ -6,7 +6,7 @@ archs=noarch wrksrc="pex-${version}" build_style=python-module pycompile_module="pex" -hostmakedepends="python-setuptools python3-setuptools python-Sphinx python3-Sphinx" +hostmakedepends="python-setuptools python3-setuptools python3-Sphinx" depends="python-setuptools" short_desc="Library & tool for generating .pex (Python EXecutable) files (Python2)" maintainer="Daniel Santana "