diff options
Diffstat (limited to 'dev-python/h5py/h5py-1.3.0.ebuild')
-rw-r--r-- | dev-python/h5py/h5py-1.3.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/h5py/h5py-1.3.0.ebuild b/dev-python/h5py/h5py-1.3.0.ebuild index ef680dead6e8..299d80e1b707 100644 --- a/dev-python/h5py/h5py-1.3.0.ebuild +++ b/dev-python/h5py/h5py-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild,v 1.3 2010/07/23 21:11:23 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.0.ebuild,v 1.4 2010/07/23 21:18:29 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,9 +19,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=sci-libs/hdf5-1.6.7 +RDEPEND=">=sci-libs/hdf5-1.6.7 dev-python/numpy" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-python/setuptools" PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") |