dev-python/rq: Strip dev-python/redis pin

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-13 03:53:16 +02:00
parent 972e7f65cc
commit 0530eea37c

View File

@@ -35,8 +35,8 @@ distutils_enable_tests pytest
src_prepare() {
distutils-r1_src_prepare
# unnecessary typechecking deps
sed -i -e '/types-/d' pyproject.toml || die
# strip pin
sed -i -e '/dependencies/s:,!=[0-9.]*::' pyproject.toml || die
}
src_test() {