diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-12 23:33:40 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-12 23:33:40 +0000 |
commit | 6ae9bc1a2418583516a21288d8ca9baeaec3a901 (patch) | |
tree | e83f746ef38fbea07dc50d050d52c69863d907d8 /packages/python | |
parent | 88ed99fcbb4425b5120c02726ba240d4af96a11a (diff) |
python-numarray: bump for python 2.6
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-numarray_1.1.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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" |