From a1a70464c3145197a90bae2e787bddb153a325ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Jul 2026 15:59:48 +0200 Subject: [PATCH] dev-python/httpbin: Remove greenlet from metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{httpbin-0.10.4.ebuild => httpbin-0.10.4-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) rename dev-python/httpbin/{httpbin-0.10.4.ebuild => httpbin-0.10.4-r1.ebuild} (91%) diff --git a/dev-python/httpbin/httpbin-0.10.4.ebuild b/dev-python/httpbin/httpbin-0.10.4-r1.ebuild similarity index 91% rename from dev-python/httpbin/httpbin-0.10.4.ebuild rename to dev-python/httpbin/httpbin-0.10.4-r1.ebuild index bdb12a0f82e16..1b48f5cf6b6ae 100644 --- a/dev-python/httpbin/httpbin-0.10.4.ebuild +++ b/dev-python/httpbin/httpbin-0.10.4-r1.ebuild @@ -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 }