mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/installer: Call python_optimize explicitly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -35,3 +35,8 @@ distutils_enable_tests pytest
|
||||
python_compile() {
|
||||
python_domodule src/installer "${WORKDIR}"/*.dist-info
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
python_optimize
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user