diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-27 10:19:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-08-02 06:04:32 +0200 |
commit | 60441e61cfeb7d5e0fa85d4ee594753594efd2a5 (patch) | |
tree | 23cf5c6f2899f395472233b649e6397665e1bae9 /dev-python/tomli | |
parent | dev-python/installer: Call python_optimize explicitly (diff) | |
download | gentoo-60441e61cfeb7d5e0fa85d4ee594753594efd2a5.tar.gz gentoo-60441e61cfeb7d5e0fa85d4ee594753594efd2a5.tar.bz2 gentoo-60441e61cfeb7d5e0fa85d4ee594753594efd2a5.zip |
dev-python/tomli: Call python_optimize explicitly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tomli')
-rw-r--r-- | dev-python/tomli/tomli-2.0.1-r1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/tomli/tomli-2.0.1-r1.ebuild b/dev-python/tomli/tomli-2.0.1-r1.ebuild index f24193c0c9fe..4a4c0bc1ea17 100644 --- a/dev-python/tomli/tomli-2.0.1-r1.ebuild +++ b/dev-python/tomli/tomli-2.0.1-r1.ebuild @@ -34,3 +34,8 @@ distutils_enable_tests unittest python_compile() { python_domodule src/tomli "${WORKDIR}"/*.dist-info } + +python_install() { + distutils-r1_python_install + python_optimize +} |