*/*: apply rename dev-python/{path-py → path}

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-09-27 20:17:32 +03:00
parent fab5f7a3a1
commit 9d385d3585
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ BDEPEND="
test? (
${RDEPEND}
$(python_gen_cond_dep '
dev-python/path-py[${PYTHON_USEDEP}]
dev-python/path[${PYTHON_USEDEP}]
')
)"

View File

@@ -43,7 +43,7 @@ BDEPEND="
test? (
${RDEPEND}
$(python_gen_cond_dep '
dev-python/path-py[${PYTHON_USEDEP}]
dev-python/path[${PYTHON_USEDEP}]
')
)"