summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/jsonschema/jsonschema-3.2.0-r1.ebuild (renamed from dev-python/jsonschema/jsonschema-3.2.0.ebuild)3
-rw-r--r--dev-python/jsonschema/jsonschema-4.1.2-r1.ebuild (renamed from dev-python/jsonschema/jsonschema-4.1.2.ebuild)3
-rw-r--r--dev-python/jsonschema/jsonschema-4.2.1-r1.ebuild (renamed from dev-python/jsonschema/jsonschema-4.2.1.ebuild)3
3 files changed, 0 insertions, 9 deletions
diff --git a/dev-python/jsonschema/jsonschema-3.2.0.ebuild b/dev-python/jsonschema/jsonschema-3.2.0-r1.ebuild
index 951511662f0a..a1a69cca3a4a 100644
--- a/dev-python/jsonschema/jsonschema-3.2.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-3.2.0-r1.ebuild
@@ -20,9 +20,6 @@ BDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/pyrsistent[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/importlib_metadata[${PYTHON_USEDEP}]
- ' pypy3)
test? ( dev-python/twisted[${PYTHON_USEDEP}] )
"
diff --git a/dev-python/jsonschema/jsonschema-4.1.2.ebuild b/dev-python/jsonschema/jsonschema-4.1.2-r1.ebuild
index ab8585e5e79a..b3b546bb0360 100644
--- a/dev-python/jsonschema/jsonschema-4.1.2.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.1.2-r1.ebuild
@@ -18,9 +18,6 @@ KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]
>=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/importlib_metadata[${PYTHON_USEDEP}]
- ' pypy3)
"
# formatter deps
diff --git a/dev-python/jsonschema/jsonschema-4.2.1.ebuild b/dev-python/jsonschema/jsonschema-4.2.1-r1.ebuild
index ff7d016261dd..9e07327dcc79 100644
--- a/dev-python/jsonschema/jsonschema-4.2.1.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.2.1-r1.ebuild
@@ -19,9 +19,6 @@ RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]
>=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
- dev-python/importlib_metadata[${PYTHON_USEDEP}]
- ' pypy3)
- $(python_gen_cond_dep '
>=dev-python/importlib_resources-1.4.0[${PYTHON_USEDEP}]
' pypy3 python3_8)
"