From 07a50169ef947a010dc4c03d22a8ed6d6e4210dc Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Wed, 13 Mar 2019 11:34:37 +0300 Subject: dev-python/jsonschema: More missing deps added Fixes: https://bugs.gentoo.org/679892 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov --- dev-python/jsonschema/jsonschema-3.0.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev-python/jsonschema/jsonschema-3.0.1.ebuild') diff --git a/dev-python/jsonschema/jsonschema-3.0.1.ebuild b/dev-python/jsonschema/jsonschema-3.0.1.ebuild index abcfc33717b..816bd7b644c 100644 --- a/dev-python/jsonschema/jsonschema-3.0.1.ebuild +++ b/dev-python/jsonschema/jsonschema-3.0.1.ebuild @@ -16,11 +16,16 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="test" +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + " + RDEPEND=" dev-python/rfc3987[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/strict-rfc3339[${PYTHON_USEDEP}] dev-python/webcolors[${PYTHON_USEDEP}] + dev-python/pyrsistent[${PYTHON_USEDEP}] >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}] $(python_gen_cond_dep \ 'dev-python/functools32[${PYTHON_USEDEP}]' 'python2*' pypy) -- cgit v1.2.3-18-g5258