summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-19 17:09:22 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-19 17:16:05 +0200
commitf9f0c04f534b8f8f71aff5067af5810ad7467e2b (patch)
tree848e65039870d4f82ccf3901f0576cbd84cb9151 /dev-python/jsonschema
parentmedia-sound/xmms2: bdepend on <cython-3 for now (diff)
downloadgentoo-f9f0c04f534b8f8f71aff5067af5810ad7467e2b.tar.gz
gentoo-f9f0c04f534b8f8f71aff5067af5810ad7467e2b.tar.bz2
gentoo-f9f0c04f534b8f8f71aff5067af5810ad7467e2b.zip
Rename dev-python/{importlib_resources → importlib-resources}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r--dev-python/jsonschema/jsonschema-4.17.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonschema/jsonschema-4.17.3.ebuild b/dev-python/jsonschema/jsonschema-4.17.3.ebuild
index dec1ef64ff10..db5281e85891 100644
--- a/dev-python/jsonschema/jsonschema-4.17.3.ebuild
+++ b/dev-python/jsonschema/jsonschema-4.17.3.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
>=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
- >=dev-python/importlib_resources-1.4.0[${PYTHON_USEDEP}]
+ >=dev-python/importlib-resources-1.4.0[${PYTHON_USEDEP}]
dev-python/pkgutil_resolve_name[${PYTHON_USEDEP}]
' 3.8)
"