diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-01 20:06:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-01 20:16:26 +0100 |
commit | 69051f8c97163352275cdebdadbf69b50bd9502b (patch) | |
tree | b324938b1260695316fbc8545da5f6de3b0e74c0 /dev-python/rdflib | |
parent | dev-python/django: Stabilize 4.1.6 ALLARCHES, #892812 (diff) | |
download | gentoo-69051f8c97163352275cdebdadbf69b50bd9502b.tar.gz gentoo-69051f8c97163352275cdebdadbf69b50bd9502b.tar.bz2 gentoo-69051f8c97163352275cdebdadbf69b50bd9502b.zip |
dev-python/rdflib: Remove test dep on berkeleydb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rdflib')
-rw-r--r-- | dev-python/rdflib/rdflib-6.2.0.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-python/rdflib/rdflib-6.2.0.ebuild b/dev-python/rdflib/rdflib-6.2.0.ebuild index d8d353fbbb99..e4c9767b589b 100644 --- a/dev-python/rdflib/rdflib-6.2.0.ebuild +++ b/dev-python/rdflib/rdflib-6.2.0.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="sqlite?,threads(+)" -inherit distutils-r1 optfeature +inherit distutils-r1 DESCRIPTION="RDF library containing a triple store and parser/serializer" HOMEPAGE=" @@ -31,7 +31,6 @@ RDEPEND=" " BDEPEND=" test? ( - dev-python/berkeleydb[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] ) " @@ -89,7 +88,3 @@ python_install_all() { docompress -x /usr/share/doc/${PF}/examples fi } - -pkg_postinst() { - optfeature "support for sys-libs/db (Berkeley DB for MySQL)" dev-python/berkeleydb -} |