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 <alexxy@gentoo.org>
This commit is contained in:
Alexey Shvetsov
2019-03-13 11:34:37 +03:00
parent d5a3d93c95
commit 07a50169ef

View File

@@ -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)