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/keyring/keyring-23.13.1-r1.ebuild | |
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/keyring/keyring-23.13.1-r1.ebuild')
-rw-r--r-- | dev-python/keyring/keyring-23.13.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/keyring/keyring-23.13.1-r1.ebuild b/dev-python/keyring/keyring-23.13.1-r1.ebuild index 438c633749d4..33d7bf5c5b55 100644 --- a/dev-python/keyring/keyring-23.13.1-r1.ebuild +++ b/dev-python/keyring/keyring-23.13.1-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND=" >=dev-python/importlib_metadata-4.11.4[${PYTHON_USEDEP}] ' 3.8 3.9 3.10 3.11) $(python_gen_cond_dep ' - dev-python/importlib_resources + dev-python/importlib-resources ' 3.8) " BDEPEND=" |