From 5b65a3939c0d965d12af8219c0859ba25da45819 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 Apr 2021 22:31:49 +0000 Subject: dev-python/html5-parser: add missing pkgconfig (B)DEPEND Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James --- dev-python/html5-parser/html5-parser-0.4.9.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dev-python') diff --git a/dev-python/html5-parser/html5-parser-0.4.9.ebuild b/dev-python/html5-parser/html5-parser-0.4.9.ebuild index fedd51358439..570a72670df2 100644 --- a/dev-python/html5-parser/html5-parser-0.4.9.ebuild +++ b/dev-python/html5-parser/html5-parser-0.4.9.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 @@ -15,7 +15,10 @@ SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE="" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + virtual/pkgconfig +" DEPEND="dev-libs/libxml2:=" RDEPEND="${DEPEND} dev-python/chardet[${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad