From 6fb316bf2ce2bbcfdccba9c81c23ea48f8fefffe Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 24 Sep 2014 09:00:00 +0200 Subject: [PATCH] python-Sphinx: setuptools is required at run-time too --- srcpkgs/python-Sphinx/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-Sphinx/template b/srcpkgs/python-Sphinx/template index cb0ac7bd3f..ff541568b3 100644 --- a/srcpkgs/python-Sphinx/template +++ b/srcpkgs/python-Sphinx/template @@ -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 " @@ -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}"