mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ archs=noarch
|
||||||
wrksrc="pex-${version}"
|
wrksrc="pex-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pex"
|
pycompile_module="pex"
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-Sphinx python3-Sphinx"
|
hostmakedepends="python-setuptools python3-setuptools python3-Sphinx"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
short_desc="Library & tool for generating .pex (Python EXecutable) files (Python2)"
|
short_desc="Library & tool for generating .pex (Python EXecutable) files (Python2)"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue