From 4cf2bc6a0622fb751152814049fea2f9805f6f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 20 May 2022 17:51:52 +0200 Subject: [PATCH] dev-python/yarl: Move cythonize to python_configure() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/846410 Signed-off-by: Michał Górny --- dev-python/yarl/yarl-1.7.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/yarl/yarl-1.7.2-r3.ebuild b/dev-python/yarl/yarl-1.7.2-r3.ebuild index 31134e3b9c363..7ea5cc25c82f7 100644 --- a/dev-python/yarl/yarl-1.7.2-r3.ebuild +++ b/dev-python/yarl/yarl-1.7.2-r3.ebuild @@ -34,7 +34,7 @@ distutils_enable_tests pytest distutils_enable_sphinx docs \ dev-python/alabaster -python_configure_all() { +python_configure() { > .install-cython || die emake cythonize }