diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-19 17:09:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-19 17:16:05 +0200 |
commit | f9f0c04f534b8f8f71aff5067af5810ad7467e2b (patch) | |
tree | 848e65039870d4f82ccf3901f0576cbd84cb9151 /dev-python/jsonschema | |
parent | media-sound/xmms2: bdepend on <cython-3 for now (diff) | |
download | gentoo-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.ebuild | 2 |
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) " |