Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 837671
Collapse All | Expand All

(-)/usr/portage/dev-python/nbformat/nbformat-5.3.0.ebuild (-1 / +6 lines)
Lines 20-33 Link Here
20
SLOT="0"
20
SLOT="0"
21
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
21
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
22
22
23
24
DEPEND="
25
	dev-python/fastjsonschema[${PYTHON_USEDEP}]
26
"
23
RDEPEND="
27
RDEPEND="
24
	>=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
28
	>=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]
25
	>=dev-python/traitlets-4.1[${PYTHON_USEDEP}]
29
	>=dev-python/traitlets-4.1[${PYTHON_USEDEP}]
26
	dev-python/jupyter_core[${PYTHON_USEDEP}]
30
	dev-python/jupyter_core[${PYTHON_USEDEP}]
31
	${DEPEND}
27
"
32
"
28
BDEPEND="
33
BDEPEND="
34
	dev-python/fastjsonschema[${PYTHON_USEDEP}]
29
	test? (
35
	test? (
30
		dev-python/fastjsonschema[${PYTHON_USEDEP}]
31
		dev-python/testpath[${PYTHON_USEDEP}]
36
		dev-python/testpath[${PYTHON_USEDEP}]
32
	)
37
	)
33
"
38
"

Return to bug 837671