From: Michael 'Mickey' Lauer Date: Tue, 13 Jan 2009 01:12:12 +0000 (+0000) Subject: python-pyfits: 1.1 -> 1.3; requires python-numpy now X-Git-Tag: Release-2010-05/1~4349^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=067b2124b4840fafd95612b9772962c8e144a3a7;p=openembedded.git python-pyfits: 1.1 -> 1.3; requires python-numpy now --- diff --git a/packages/python/python-pyfits_1.1.bb b/packages/python/python-pyfits_1.3.bb similarity index 78% rename from packages/python/python-pyfits_1.1.bb rename to packages/python/python-pyfits_1.3.bb index 9eb3d63969..cc874e1394 100644 --- a/packages/python/python-pyfits_1.1.bb +++ b/packages/python/python-pyfits_1.3.bb @@ -1,13 +1,12 @@ DESCRIPTION = "PyFITS provides an interface to FITS formatted files under the Python scripting language." HOMEPAGE = "http://www.stsci.edu/resources/software_hardware/pyfits" AUTHOR = "Space Telescope Science Institute" -# Warning: pyfits will require python-numpy in 2008 -RDEPENDS = "python-numarray" +RDEPENDS = "python-numpy" SECTION = "devel/python" LICENSE = "AURA" PR = "ml0" SRC_URI = "http://www.stsci.edu/resources/software_hardware/pyfits/pyfits-${PV}.tar.gz" -S = "${WORKDIR}/pyfits" +S = "${WORKDIR}/pyfits-${PV}" inherit distutils