diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-23 21:18:29 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-23 21:18:29 +0000 |
commit | 30f09d63598725da0c1ed03532cca3af62a76cbd (patch) | |
tree | 427c06e45b43046e6d67e44305bcb21fe13eadb2 /dev-python/h5py/h5py-1.3.0.ebuild | |
parent | Use virtual/jpeg. (diff) | |
download | historical-30f09d63598725da0c1ed03532cca3af62a76cbd.tar.gz historical-30f09d63598725da0c1ed03532cca3af62a76cbd.tar.bz2 historical-30f09d63598725da0c1ed03532cca3af62a76cbd.zip |
Depend on dev-python/setuptools.
Package-Manager: portage-HEAD/cvs/Linux x86_64
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") |