dev-python/flask-babel: Fix stray files in site-packages

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-02-07 15:30:33 +01:00
parent 64f7425414
commit 47e42fb5ae

View File

@@ -39,3 +39,9 @@ BDEPEND="
distutils_enable_sphinx docs \
dev-python/pallets-sphinx-themes
distutils_enable_tests pytest
src_prepare() {
# https://github.com/python-babel/flask-babel/pull/215
sed -i -e 's:^include:exclude:' pyproject.toml || die
distutils-r1_src_prepare
}