Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 822417 | Differences between
and this patch

Collapse All | Expand All

(-)/var/db/repos/gentoo/dev-python/pymongo/pymongo-3.12.1.ebuild (-2 / +4 lines)
Lines 17-26 Link Here
17
LICENSE="Apache-2.0"
17
LICENSE="Apache-2.0"
18
SLOT="0"
18
SLOT="0"
19
KEYWORDS="amd64 ~arm64 ~hppa ~riscv x86"
19
KEYWORDS="amd64 ~arm64 ~hppa ~riscv x86"
20
IUSE="doc kerberos"
20
IUSE="doc kerberos test snappy ssl zstd"
21
21
22
RDEPEND="
22
RDEPEND="
23
	kerberos? ( dev-python/pykerberos[${PYTHON_USEDEP}] )
23
	kerberos? ( dev-python/pykerberos[${PYTHON_USEDEP}] )
24
	zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] )
25
	ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
26
	snappy? ( dev-python/snappy[${PYTHON_USEDEP}] )
24
"
27
"
25
BDEPEND="
28
BDEPEND="
26
	test? (
29
	test? (
Lines 30-36 Link Here
30
DISTUTILS_IN_SOURCE_BUILD=1
33
DISTUTILS_IN_SOURCE_BUILD=1
31
34
32
distutils_enable_sphinx doc
35
distutils_enable_sphinx doc
33
distutils_enable_tests nose
34
36
35
reqcheck() {
37
reqcheck() {
36
	if use test; then
38
	if use test; then

Return to bug 822417