diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-29 19:07:57 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-29 19:07:57 +0000 |
commit | 920399533dbe9a957ebf25082c3a02db3ef11706 (patch) | |
tree | e40907facaa817019eea532654b0e034cdeed024 /dev-python | |
parent | alpha/arm/ia64/sh/sparc stable wrt #280946 (diff) | |
download | gentoo-2-920399533dbe9a957ebf25082c3a02db3ef11706.tar.gz gentoo-2-920399533dbe9a957ebf25082c3a02db3ef11706.tar.bz2 gentoo-2-920399533dbe9a957ebf25082c3a02db3ef11706.zip |
Add missing dependency on dev-python/setuptools.
(Portage version: 14170-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numpy/numpy-1.3.0-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/numpy/numpy-1.3.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/numpy/numpy-1.3.0-r1.ebuild b/dev-python/numpy/numpy-1.3.0-r1.ebuild index 3ecc7a2c8a20..fb3d59ff9b23 100644 --- a/dev-python/numpy/numpy-1.3.0-r1.ebuild +++ b/dev-python/numpy/numpy-1.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0-r1.ebuild,v 1.1 2009/08/28 22:08:39 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0-r1.ebuild,v 1.2 2009/08/29 19:07:57 arfrever Exp $ EAPI="2" @@ -13,7 +13,8 @@ DESCRIPTION="Fast array and numerical python library" SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz" HOMEPAGE="http://numpy.scipy.org/" -RDEPEND="lapack? ( virtual/cblas virtual/lapack )" +RDEPEND="dev-python/setuptools + lapack? ( virtual/cblas virtual/lapack )" DEPEND="${RDEPEND} lapack? ( dev-util/pkgconfig ) test? ( >=dev-python/nose-0.10 )" diff --git a/dev-python/numpy/numpy-1.3.0.ebuild b/dev-python/numpy/numpy-1.3.0.ebuild index c5e78fb7a3ba..7c7d26c7cdeb 100644 --- a/dev-python/numpy/numpy-1.3.0.ebuild +++ b/dev-python/numpy/numpy-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0.ebuild,v 1.11 2009/08/28 17:49:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0.ebuild,v 1.12 2009/08/29 19:07:57 arfrever Exp $ NEED_PYTHON=2.4 EAPI=2 @@ -10,7 +10,8 @@ DESCRIPTION="Fast array and numerical python library" SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz" HOMEPAGE="http://numpy.scipy.org/" -RDEPEND="lapack? ( virtual/cblas virtual/lapack )" +RDEPEND="dev-python/setuptools + lapack? ( virtual/cblas virtual/lapack )" DEPEND="${RDEPEND} lapack? ( dev-util/pkgconfig ) test? ( >=dev-python/nose-0.10 )" |