From: Michael 'Mickey' Lauer Date: Mon, 12 Jan 2009 23:33:40 +0000 (+0000) Subject: python-numarray: bump for python 2.6 X-Git-Tag: Release-2010-05/1~4349^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae9bc1a2418583516a21288d8ca9baeaec3a901;p=openembedded.git python-numarray: bump for python 2.6 --- diff --git a/packages/python/python-numarray_1.1.1.bb b/packages/python/python-numarray_1.1.1.bb index e4ff40849f..4e02294ebc 100644 --- a/packages/python/python-numarray_1.1.1.bb +++ b/packages/python/python-numarray_1.1.1.bb @@ -3,12 +3,11 @@ SECTION = "devel/python" PRIORITY = "optional" LICENSE = "PYRAF" SRCNAME = "numarray" -PR = "ml0" +PR = "ml1" SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils -# *sigh* FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/numarray/examples/*/.debug"