dev-python/http-ece: rename

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-02-27 04:57:29 +05:00
parent e5f072d329
commit 303706e556
6 changed files with 8 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/http_ece[${PYTHON_USEDEP}]
dev-python/http-ece[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/pytest-vcr[${PYTHON_USEDEP}]
dev-python/requests-mock[${PYTHON_USEDEP}]
@@ -51,5 +51,5 @@ src_prepare() {
}
pkg_postinst() {
optfeature "webpush support" "dev-python/cryptography dev-python/http_ece"
optfeature "webpush support" "dev-python/cryptography dev-python/http-ece"
}