diff options
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r-- | dev-python/jsonschema/jsonschema-3.0.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/jsonschema/jsonschema-3.0.1.ebuild b/dev-python/jsonschema/jsonschema-3.0.1.ebuild index abcfc33717b4..816bd7b644c7 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) |