Rename dev-python/{Opcodes → opcodes}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2024-11-22 22:17:35 +01:00
parent 1b611d346a
commit 61c5b40561
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
5 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ KEYWORDS="~amd64"
RESTRICT="test" # depends on an old version of werkzeug
RDEPEND="
dev-python/Opcodes[${PYTHON_USEDEP}]
dev-python/opcodes[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

View File

@ -38,3 +38,4 @@ move dev-python/MechanicalSoup dev-python/mechanicalsoup
move dev-python/mitmproxy_wireguard dev-python/mitmproxy-wireguard
move dev-python/mypy_extensions dev-python/mypy-extensions
move dev-python/Nuitka dev-python/nuitka
move dev-python/Opcodes dev-python/opcodes