commit: 3633758f2c2b098894e4b85f41f87bf07af817f4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 25 05:34:55 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 25 05:55:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3633758f
dev-python/h5py: Restore PYTHON_USEDEP on pkgconfig Closes: https://bugs.gentoo.org/725114 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/h5py/h5py-2.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/h5py/h5py-2.10.0-r1.ebuild b/dev-python/h5py/h5py-2.10.0-r1.ebuild index 9b7bac61dfc..4196ed179b1 100644 --- a/dev-python/h5py/h5py-2.10.0-r1.ebuild +++ b/dev-python/h5py/h5py-2.10.0-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND="sci-libs/hdf5:=[hl(+)] dev-python/numpy[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" -BDEPEND="dev-python/pkgconfig" +BDEPEND="dev-python/pkgconfig[${PYTHON_USEDEP}]" # mpi? ( virtual/mpi ) DEPEND="dev-python/cython[${PYTHON_USEDEP}]
