python-pex: drop python-Sphinx hostdepends

It doesn't need both python{,3}-Sphinx to build the documentation
This commit is contained in:
Doan Tran Cong Danh 2019-11-17 21:35:56 +07:00 committed by Juan RP
parent 26ba02ca15
commit 4d0309d46c

View file

@ -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 <daniel@santana.tech>"