dev-python/mpxj: Remove junk folder from sit-packages

Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
Ivan Lloro 2024-11-03 23:50:51 +01:00
parent d77164aa29
commit c4fb38c242
No known key found for this signature in database
GPG Key ID: FDB93B67FC402E56

View File

@ -33,4 +33,7 @@ src_unpack() {
python_compile() {
distutils_wheel_install "${BUILD_DIR}/install" \
"${DISTDIR}/${P}-py3-none-any.whl"
# Clean up spurious folder
rm -fr "${BUILD_DIR}/install"/usr/lib/python*/site-packages/legal || die
}