diff options
Diffstat (limited to 'dev-python/yarl')
-rw-r--r-- | dev-python/yarl/yarl-1.7.2-r3.ebuild | 2 |
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 } |