diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-23 08:26:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-23 08:26:54 +0000 |
commit | 6eedc5c5cb431877cf624d152de04f1dec897e88 (patch) | |
tree | 3d3f7c27d66207b3c857ed6aa418166574b2e8f2 /packages/meta/task-python-everything_20060425.bb | |
parent | 2bdd31c44c61561d5ffff2c4f469ffe05a53ef02 (diff) |
We need more python applications... add pyfits 1.0.1 and pyraf 1.2.1:
PyFITS provides an interface to FITS formatted files under the Python scripting language and PyRAF, the Python-based interface to IRAF. It is useful
both for interactive data analysis and for writing analysis scripts in Python using FITS files as either input or output. PyFITS is a development
project of the Science Software Branch at the Space Telescope Science Institute.
Diffstat (limited to 'packages/meta/task-python-everything_20060425.bb')
-rw-r--r-- | packages/meta/task-python-everything_20060425.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/meta/task-python-everything_20060425.bb b/packages/meta/task-python-everything_20060425.bb index fd9bbd9c36..738b823d7b 100644 --- a/packages/meta/task-python-everything_20060425.bb +++ b/packages/meta/task-python-everything_20060425.bb @@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml5" +PR = "ml7" BROKEN_BECAUSE_GCC4 = "\ python-egenix-mx-base" @@ -32,6 +32,7 @@ RDEPENDS = "\ python-pexpect \ python-pychecker \ python-pycodes \ + python-pyfits \ python-pyflakes \ python-pygame \ python-pygoogle \ @@ -41,6 +42,7 @@ RDEPENDS = "\ python-pylint \ python-pyqt \ python-pyqwt \ + python-pyraf \ python-pyreverse \ python-pyrex \ python-pyro \ |