[oe-commits] Michael 'Mickey' Lauer : python-pyfits: 1.1 -> 1.3; requires python-numpy now

GIT User account git at amethyst.openembedded.net
Tue Jan 13 13:27:16 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: 067b2124b4840fafd95612b9772962c8e144a3a7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=067b2124b4840fafd95612b9772962c8e144a3a7

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Jan 13 01:12:12 2009 +0000

python-pyfits: 1.1 -> 1.3; requires python-numpy now

---

 .../{python-pyfits_1.1.bb => python-pyfits_1.3.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
similarity index 78%
rename from packages/python/python-pyfits_1.1.bb
rename to packages/python/python-pyfits_1.3.bb
index 9eb3d63..cc874e1 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





More information about the Openembedded-commits mailing list