python-Sphinx: setuptools is required at run-time too
This commit is contained in:
parent
4df7e70dac
commit
6fb316bf2c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-Sphinx'
|
||||
pkgname=python-Sphinx
|
||||
version=1.2.3
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="Sphinx-${version}"
|
||||
python_versions="2.7 3.4"
|
||||
|
@ -9,7 +9,7 @@ hostmakedepends="python-setuptools python3.4-setuptools"
|
|||
makedepends="
|
||||
python-docutils python3.4-docutils python-Jinja2 python3.4-Jinja2
|
||||
python-Pygments python3.4-Pygments"
|
||||
depends="python python-docutils python-Jinja2 python-Pygments"
|
||||
depends="python-setuptools python-docutils python-Jinja2 python-Pygments"
|
||||
pycompile_module="sphinx"
|
||||
short_desc="Python2 documentation generator"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
|
@ -57,7 +57,7 @@ post_install() {
|
|||
|
||||
python3.4-Sphinx_package() {
|
||||
noarch=yes
|
||||
depends="python3.4 python3.4-docutils python3.4-Jinja2 python3.4-Pygments"
|
||||
depends="python3.4-setuptools python3.4-docutils python3.4-Jinja2 python3.4-Pygments"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="sphinx"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
|
|
Loading…
Reference in a new issue