From c39677851b1d4c6ece59ff493319e47ae1509ab4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 17 Jan 2021 04:50:36 +0000 Subject: dev-python/libvirt-python: move pkgconfig to BDEPEND Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James --- dev-python/libvirt-python/libvirt-python-7.0.0.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'dev-python/libvirt-python/libvirt-python-7.0.0.ebuild') diff --git a/dev-python/libvirt-python/libvirt-python-7.0.0.ebuild b/dev-python/libvirt-python/libvirt-python-7.0.0.ebuild index 234224f5717f..cb778ad7f1cb 100644 --- a/dev-python/libvirt-python/libvirt-python-7.0.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-7.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,11 +29,13 @@ SLOT="0" IUSE="examples test" RESTRICT="!test? ( test )" -DEPEND="virtual/pkgconfig" -BDEPEND="test? ( - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] -)" +BDEPEND=" + virtual/pkgconfig + test? ( + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + ) +" distutils_enable_tests setup.py -- cgit v1.2.3