diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 01:12:12 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 01:12:12 +0000 |
commit | 067b2124b4840fafd95612b9772962c8e144a3a7 (patch) | |
tree | e40f6b19d9bdefa244613b4b95fe54556012d05a /packages/python | |
parent | 2e2b2cf0a43548ca2097cedf798a399cb158fc98 (diff) |
python-pyfits: 1.1 -> 1.3; requires python-numpy now
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pyfits_1.3.bb (renamed from packages/python/python-pyfits_1.1.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/python/python-pyfits_1.1.bb b/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 |