From: Michał Górny Date: Mon, 25 May 2020 05:34:55 +0000 (+0200) Subject: dev-python/h5py: Restore PYTHON_USEDEP on pkgconfig X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3633758f2c2b098894e4b85f41f87bf07af817f4;p=gentoo.git dev-python/h5py: Restore PYTHON_USEDEP on pkgconfig Closes: https://bugs.gentoo.org/725114 Signed-off-by: Michał Górny --- diff --git a/dev-python/h5py/h5py-2.10.0-r1.ebuild b/dev-python/h5py/h5py-2.10.0-r1.ebuild index 9b7bac61dfcf..4196ed179b15 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}]