summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-18 11:49:29 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-18 12:29:22 +0200
commitb45d0de8c7e5e4ae8e6ec4113f8dadaa068d450c (patch)
tree6e84ad5faa38dd89a0a9b77a0c0231e45c382e9e /dev-python/yarl
parentsys-libs/glibc: Re-keyword 2.35-r5 (diff)
downloadgentoo-b45d0de8c7e5e4ae8e6ec4113f8dadaa068d450c.tar.gz
gentoo-b45d0de8c7e5e4ae8e6ec4113f8dadaa068d450c.tar.bz2
gentoo-b45d0de8c7e5e4ae8e6ec4113f8dadaa068d450c.zip
dev-python/yarl: Use a proper sub-phase for cython calls
Closes: https://bugs.gentoo.org/845291 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/yarl')
-rw-r--r--dev-python/yarl/yarl-1.7.2-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/yarl/yarl-1.7.2-r3.ebuild b/dev-python/yarl/yarl-1.7.2-r3.ebuild
index 1f6c79fa64c5..49b6b1477943 100644
--- a/dev-python/yarl/yarl-1.7.2-r3.ebuild
+++ b/dev-python/yarl/yarl-1.7.2-r3.ebuild
@@ -31,7 +31,7 @@ distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/alabaster
-src_configure() {
+python_configure_all() {
> .install-cython || die
emake cythonize
}