commit: d3417626b941add4dc9fc4088f57ebce89b30c3c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 08:53:08 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 09:53:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3417626
dev-python/aiohttp: Unpin charset-normalizer
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiohttp/{aiohttp-3.8.3.ebuild => aiohttp-3.8.3-r1.ebuild} | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/aiohttp/aiohttp-3.8.3.ebuild
b/dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild
similarity index 96%
rename from dev-python/aiohttp/aiohttp-3.8.3.ebuild
rename to dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild
index 2196ae4a7a44..a627d09b22db 100644
--- a/dev-python/aiohttp/aiohttp-3.8.3.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.8.3-r1.ebuild
@@ -69,6 +69,9 @@ src_prepare() {
# which(1)...
sed -i -e 's:which:command -v:' Makefile || die
+ # remove upper bound from charset-normalizer
+ sed -i -e '/charset-normalizer/s:, < 3\.0::' setup.cfg || die
+
distutils-r1_src_prepare
}