X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from smtp-1.adminflex.de (smtp-1.adminflex.de [84.38.79.71]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 7CC24DC04DD for ; Thu, 7 Nov 2013 13:26:10 +0000 (UTC) Received: from 91-66-231-240-dynip.superkabel.de ([91.66.231.240] helo=[192.168.178.35]) by smtp-1.adminflex.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1VeQbc-0005jr-Ri for alpine-devel@lists.alpinelinux.org; Thu, 07 Nov 2013 14:30:44 +0000 Message-ID: <527B94E1.5060507@port-zero.com> Date: Thu, 07 Nov 2013 14:25:53 +0100 From: "Leslie P. Polzer | PORT ZERO" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] main/py-sphinx: fix deps Content-Type: multipart/mixed; boundary="------------020206000000000508080202" This is a multi-part message in MIME format. --------------020206000000000508080202 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable A small dependency fix for py-sphinx without which sphinx-build fails with ImportError: No module named `pkg_resources` Leslie --=20 Dipl.Ing.(BA) Leslie P. Polzer | CTO - PORT ZERO UG (haftungsbeschr=E4nkt) Softwareentwicklung & IT Engineering Adalbertstra=DFe 7/8 10999 Berlin Tel.: +49 (0)30 - 69 200 907 - 0 Fax: +49 (0)30 - 69 200 907 - 9 http://www.port-zero.com --------------020206000000000508080202 Content-Type: text/x-patch; name="0001-main-py-sphinx-add-py-setuptools-to-run-time-depende.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-main-py-sphinx-add-py-setuptools-to-run-time-depende.pa"; filename*1="tch" >From 79a290450ba50676dece6ea9b993c992c6111e15 Mon Sep 17 00:00:00 2001 From: "Leslie P. Polzer" Date: Thu, 7 Nov 2013 14:23:16 +0100 Subject: [PATCH] main/py-sphinx: add py-setuptools to run-time dependencies. --- main/py-sphinx/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/py-sphinx/APKBUILD b/main/py-sphinx/APKBUILD index f677c62..93b42da 100644 --- a/main/py-sphinx/APKBUILD +++ b/main/py-sphinx/APKBUILD @@ -3,12 +3,12 @@ pkgname=py-sphinx _pkgname=Sphinx pkgver=1.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python Documentation Generator" url="http://sphinx.pocoo.org/" arch="noarch" license="BSD" -depends="py-docutils py-jinja2 py-pygments" +depends="py-docutils py-jinja2 py-pygments py-setuptools" makedepends="python-dev py-setuptools" install="" subpackages="$pkgname-doc" -- 1.8.4.2 --------------020206000000000508080202-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---