summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-12 22:31:49 +0000
committerSam James <sam@gentoo.org>2021-04-12 23:07:12 +0000
commit5b65a3939c0d965d12af8219c0859ba25da45819 (patch)
tree7e5a5e0501b7aa959d26a51bb40b0babc4a4c20b /dev-python/html5-parser
parentdev-perl/Quota: add missing pkgconfig (B)DEPEND (diff)
downloadgentoo-5b65a3939c0d965d12af8219c0859ba25da45819.tar.gz
gentoo-5b65a3939c0d965d12af8219c0859ba25da45819.tar.bz2
gentoo-5b65a3939c0d965d12af8219c0859ba25da45819.zip
dev-python/html5-parser: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/html5-parser')
-rw-r--r--dev-python/html5-parser/html5-parser-0.4.9.ebuild7
1 files changed, 5 insertions, 2 deletions
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}]