diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-14 16:51:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-14 17:23:11 +0100 |
commit | 9565cd0738648ccef0673f37e1312e5774341444 (patch) | |
tree | 380e8d3d8de517cac0c5ff22bd5f534432e8de24 /profiles | |
parent | dev-python/keystoneauth: Add MY_P prior to rename (diff) | |
download | gentoo-9565cd0738648ccef0673f37e1312e5774341444.tar.gz gentoo-9565cd0738648ccef0673f37e1312e5774341444.tar.bz2 gentoo-9565cd0738648ccef0673f37e1312e5774341444.zip |
Rename dev-python/{keystoneauth → keystoneauth1}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/wd40/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/updates/1Q-2023 | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index 02b2874cd195..579fd764c80e 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James <sam@gentoo.org> (2022-12-26) @@ -55,7 +55,7 @@ dev-python/docker-py test dev-python/google-api-python-client test dev-python/httpx-socks test dev-python/hypercorn test -dev-python/keystoneauth test +dev-python/keystoneauth1 test dev-python/libtmux test dev-python/locket test dev-python/pyjwt test diff --git a/profiles/updates/1Q-2023 b/profiles/updates/1Q-2023 index bbd3349b7289..7055bc07a5ed 100644 --- a/profiles/updates/1Q-2023 +++ b/profiles/updates/1Q-2023 @@ -7,3 +7,4 @@ move dev-python/redis-py dev-python/redis move dev-python/podman-py dev-python/podman move dev-python/sphinx_rtd_theme dev-python/sphinx-rtd-theme move dev-python/python-zeroconf dev-python/zeroconf +move dev-python/keystoneauth dev-python/keystoneauth1 |