From: Michael 'Mickey' Lauer Date: Wed, 14 Jan 2009 01:26:19 +0000 (+0000) Subject: python-sphinx: bump for python 2.6 X-Git-Tag: Release-2010-05/1~4349^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=788d8e6b7b8e409813b13ad38912947042a5944c;p=openembedded.git python-sphinx: bump for python 2.6 --- diff --git a/packages/python/python-sphinx_0.5.1.bb b/packages/python/python-sphinx_0.5.1.bb index 06fa5e9e27..a1bc9dd9f7 100644 --- a/packages/python/python-sphinx_0.5.1.bb +++ b/packages/python/python-sphinx_0.5.1.bb @@ -1,10 +1,9 @@ DESCRIPTION = "Python documentation generator" SECTION = "devel/python" LICENSE = "BSD" -PR = "0" +PR = "ml0" SRC_URI = "http://pypi.python.org/packages/source/S/Sphinx/Sphinx-${PV}.tar.gz" - S = "${WORKDIR}/Sphinx-${PV}" inherit distutils