From 8e00c4814c53104a526e3d815d65aad019c74155 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 29 Mar 2020 08:43:52 +0200 Subject: dev-python/rdflib: Update dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/rdflib/rdflib-4.2.2-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dev-python/rdflib') diff --git a/dev-python/rdflib/rdflib-4.2.2-r1.ebuild b/dev-python/rdflib/rdflib-4.2.2-r1.ebuild index ea03105496fa..e44194ec0bc5 100644 --- a/dev-python/rdflib/rdflib-4.2.2-r1.ebuild +++ b/dev-python/rdflib/rdflib-4.2.2-r1.ebuild @@ -27,8 +27,12 @@ RDEPEND=" dev-python/html5lib[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] berkdb? ( dev-python/bsddb3[${PYTHON_USEDEP}] ) - mysql? ( dev-python/mysql-python[$(python_gen_usedep 'python2*')] ) - redland? ( dev-libs/redland-bindings[python,$(python_gen_usedep 'python2*')] )" + mysql? ( + $(python_gen_cond_dep ' + dev-python/mysql-python[${PYTHON_USEDEP}] + ' -2) + ) + redland? ( dev-libs/redland-bindings[python,${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( -- cgit v1.2.3-65-gdbad