python-pex: drop python-Sphinx hostdepends
It doesn't need both python{,3}-Sphinx to build the documentation
This commit is contained in:
parent
26ba02ca15
commit
4d0309d46c
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue