python-Sphinx: fixed cross build.
This commit is contained in:
parent
cbe3389952
commit
f298c343bf
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ revision=2
|
|||
noarch=yes
|
||||
wrksrc="Sphinx-${version}"
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="
|
||||
python-docutils python3.4-docutils python-Jinja2 python3.4-Jinja2
|
||||
python-Pygments python3.4-Pygments"
|
||||
hostmakedepends="
|
||||
python-setuptools python3.4-setuptools python-docutils python3.4-docutils
|
||||
python-Jinja2 python3.4-Jinja2 python-Pygments python3.4-Pygments"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="python-setuptools python-docutils python-Jinja2 python-Pygments"
|
||||
pycompile_module="sphinx"
|
||||
short_desc="Python2 documentation generator"
|
||||
|
|
Loading…
Reference in a new issue