summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-29 08:43:52 +0200
committerMichał Górny <mgorny@gentoo.org>2020-03-29 08:43:52 +0200
commit8e00c4814c53104a526e3d815d65aad019c74155 (patch)
treef66ecfa56260ac483be04e1617b53efaa511f14d
parentdev-python/rdflib: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-8e00c4814c53104a526e3d815d65aad019c74155.tar.gz
gentoo-8e00c4814c53104a526e3d815d65aad019c74155.tar.bz2
gentoo-8e00c4814c53104a526e3d815d65aad019c74155.zip
dev-python/rdflib: Update dependencies
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/rdflib/rdflib-4.2.2-r1.ebuild8
1 files changed, 6 insertions, 2 deletions
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? (