dev-python/httpbin: Remove greenlet from metadata

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-04 15:59:48 +02:00
parent 2ccc7902f5
commit a1a70464c3

View File

@@ -40,6 +40,12 @@ BDEPEND="
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {
distutils-r1_src_prepare
sed -i -e '/greenlet/d' pyproject.toml || die
}
pkg_postinst() {
optfeature "Fancy index" dev-python/flasgger
}