dev-python/*: rename dev-python/{Faker → faker}

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-11-25 01:58:42 +05:00
parent c70c310dd3
commit 42015d4ed4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -28,7 +28,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? (
dev-python/blinker[${PYTHON_USEDEP}]
dev-python/Faker[${PYTHON_USEDEP}]
dev-python/faker[${PYTHON_USEDEP}]
dev-python/pytest-flask[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]

View File

@@ -20,7 +20,7 @@ KEYWORDS="~amd64"
BDEPEND="
test? (
${DATABASES_DEPEND[memcached]}
dev-python/Faker[${PYTHON_USEDEP}]
dev-python/faker[${PYTHON_USEDEP}]
dev-python/zstd[${PYTHON_USEDEP}]
)
"