summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-05-27 09:02:48 +0000
committerJustin Lecher <jlec@gentoo.org>2015-05-27 09:02:48 +0000
commit308f93df4d04e4b4f7d1d8b4c226c84d57c5a569 (patch)
tree61f8d17eaa50514581b9e1762e67ca0b4ceb0ae1 /dev-python/h5py
parentStable for amd64, wrt bug #549634 (diff)
downloadgentoo-2-308f93df4d04e4b4f7d1d8b4c226c84d57c5a569.tar.gz
gentoo-2-308f93df4d04e4b4f7d1d8b4c226c84d57c5a569.tar.bz2
gentoo-2-308f93df4d04e4b4f7d1d8b4c226c84d57c5a569.zip
Add missing dep
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-python/h5py')
-rw-r--r--dev-python/h5py/ChangeLog5
-rw-r--r--dev-python/h5py/h5py-2.5.0.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/h5py/ChangeLog b/dev-python/h5py/ChangeLog
index 637d6176dd71..b2aa0af15056 100644
--- a/dev-python/h5py/ChangeLog
+++ b/dev-python/h5py/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/h5py
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.37 2015/05/27 07:10:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/ChangeLog,v 1.38 2015/05/27 09:02:48 jlec Exp $
+
+ 27 May 2015; Justin Lecher <jlec@gentoo.org> h5py-2.5.0.ebuild:
+ Add missing dep
*h5py-2.5.0 (27 May 2015)
diff --git a/dev-python/h5py/h5py-2.5.0.ebuild b/dev-python/h5py/h5py-2.5.0.ebuild
index 399994ceba68..a9a4e9af5033 100644
--- a/dev-python/h5py/h5py-2.5.0.ebuild
+++ b/dev-python/h5py/h5py-2.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild,v 1.1 2015/05/27 07:10:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.5.0.ebuild,v 1.2 2015/05/27 09:02:48 jlec Exp $
EAPI=5
@@ -22,8 +22,9 @@ RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/cython[${PYTHON_USEDEP}]
+ dev-python/pkgconfig[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
dev-python/alabaster[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]