dev-python/yarl: Move cythonize to python_configure()

Closes: https://bugs.gentoo.org/846410
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-20 17:51:52 +02:00
parent 67e7998744
commit 4cf2bc6a06

View File

@@ -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
}